Color Hex Logo

#69809c Color Hex

#69809C
(105,128,156)
0 Favorites   0 Comments

Color spaces of #69809c

RGB 105128156
HSL0.590.200.51
HSV213°33°61°
CMYK 0.330.180.00   0.39
XYZ19.545620.841934.4452
Yxy20.84190.26120.2785
Hunter Lab45.6529-3.4706-12.7773
CIE-Lab52.7760-1.3228-17.6967

#69809c color RGB value is (105,128,156).

#69809c hex color red value is 105, green value is 128 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #69809c hue: 0.59 , saturation: 0.20 and the lightness value of 69809c is 0.51.

The process color (four color CMYK) of #69809c color hex is 0.33, 0.18, 0.00, 0.39. Web safe color of #69809c is #669999. Color #69809c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10000000 10011100
Octal 151 200 234
Decimal 105 128 156
Hex 69 80 9C

RGB Percentages of Color #69809c

%26.99
%32.90
%40.10

CMYK Percentages of Color #69809c

%33
%18
%0
%39

Triadic Colors of #69809c

#69809c #9c6980 #809c69

Analogous Colors of #69809c

#69809c #6c699c #699a9c

Monochromatic Colors of #69809c

#69809c

Complementary Color

#69809c #9c8569

#69809c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69809c Color Preview on White Background

Lorem ipsum dolor sit amet.

#69809c Color CSS Codes

.mybgcolor {background-color:#69809c; } 
.myforecolor {color:#69809c; }
.mybordercolor {border:3px solid #69809c; }

#69809c Text Font Color

<p style="color:#69809c">Text here</p>

This sample text font color is #69809c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#69809c Background Color

<div style="background-color:#69809c">
Div content here</div>

This div background color is #69809c


#69809c Border Color

<div style="border:3px solid #69809c">
Div here</div>

This div border color is #69809c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,128,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69809c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69809c;
  -webkit-box-shadow: 1px 1px 3px 2px #69809c;
  box-shadow:         1px 1px 3px 2px #69809c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,128,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #69809c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #69809c;
  -webkit-box-shadow: 1px 1px 3px 2px #69809c;
  box-shadow:         1px 1px 3px 2px #69809c;">
Div content here</div>

This div box has shadow with color #69809c

#69809c Color Palettes


Comments

No comments written yet.

Please login to write comment.