Html Css Color HEX #66809C Slate Grey

📋 copy color: '#66809C'

red 102 ◦ green 128 ◦ blue 156

#66809C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #66809C

Tints of Slate Grey #66809C

RGB

 RED value IS 102 (40.23% from 255) = 26.42%

 GREEN value IS 128 (50.39% from 255) = 33.16%

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 26.42%
G = 33.16%
B = 40.41%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#66809C (or 0x66809C) is known color: Slate Grey. HEX triplet: 66, 80 and 9C. RGB value is (102,128,156). Sum of RGB (Red+Green+Blue) = 102+128+156=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #66809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66809C is #997F63. Grayscale: #7B7B7B. Windows color (decimal): -10059620 or 10256486. OLE color: 10256486.

HSL color Cylindrical-coordinate representation of color #66809C: hue angle of 211.11º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66809C is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 128 156 -
CMYK 0.35 0.18 0 0.39
HSL 211.11º 0.21% 0.51% -
HSV(B) 211.11º 0.35% 0.61% -
XYZ 19.2 20.66 34.43 -
YUV 123.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 102 128 156 0.35 0.18 0 0.39 211.11 0.21 0.51
Hex 66 80 9C 23 12 0 27 D3 15 33
Octal 146 200 234 43 22 0 47 323 25 63
Binary 1100110 10000000 10011100 100011 10010 0 100111 11010011 10101 110011

Color Harmonies of #66809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66809C

Black with #66809C

Text Example


Text Example

White with #66809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66809C; }

 p { color: rgb(102,128,156); }

 H1.HeaderClassName
 {
   color: #66809C;
 }
 .AnyTagClassName
 {
   color: #66809C;
 }
</style>

background-color css

<style>
 a { background-color: #66809C; }

 a { background-color: rgb(102,128,156); }

 div.DivClassName
 {
   background-color: #66809C;
 }
 .BgClassName
 {
   background-color: #66809C;
 }
</style>

border-color css

<style>
 span { border-color: #66809C; }

 span { border-color: rgb(102,128,156); }

 td.TdClassName
 {
   border-color: #66809C;
 }
 .TagClassName
 {
   border-color: #66809C;
 }
</style>