Html Css Color HEX #66809B Slate Grey

📋 copy color: '#66809B'

red 102 ◦ green 128 ◦ blue 155

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

Shades of Slate Grey #66809B

Tints of Slate Grey #66809B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 26.49%
G = 33.25%
B = 40.26%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66809B (or 0x66809B) is known color: Slate Grey. HEX triplet: 66, 80 and 9B. RGB value is (102,128,155). Sum of RGB (Red+Green+Blue) = 102+128+155=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #66809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66809B is #997F64. Grayscale: #7B7B7B. Windows color (decimal): -10059621 or 10190950. OLE color: 10190950.

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

Color convert

RGB 102 128 155 -
CMYK 0.34 0.17 0 0.39
HSL 210.57º 0.21% 0.5% -
HSV(B) 210.57º 0.34% 0.61% -
XYZ 19.12 20.63 33.98 -
YUV 123.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 102 128 155 0.34 0.17 0 0.39 210.57 0.21 0.5
Hex 66 80 9B 22 11 0 27 D3 15 32
Octal 146 200 233 42 21 0 47 323 25 62
Binary 1100110 10000000 10011011 100010 10001 0 100111 11010011 10101 110010

Color Harmonies of #66809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66809B

Black with #66809B

Text Example


Text Example

White with #66809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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