Html Css Color HEX #66809D Slate Grey

📋 copy color: '#66809D'

red 102 ◦ green 128 ◦ blue 157

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

Shades of Slate Grey #66809D

Tints of Slate Grey #66809D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 26.36%
G = 33.07%
B = 40.57%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66809D (or 0x66809D) is known color: Slate Grey. HEX triplet: 66, 80 and 9D. RGB value is (102,128,157). Sum of RGB (Red+Green+Blue) = 102+128+157=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #66809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66809D is #997F62. Grayscale: #7B7B7B. Windows color (decimal): -10059619 or 10322022. OLE color: 10322022.

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

Color convert

RGB 102 128 157 -
CMYK 0.35 0.18 0 0.38
HSL 211.64º 0.22% 0.51% -
HSV(B) 211.64º 0.35% 0.62% -
XYZ 19.28 20.7 34.88 -
YUV 123.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 102 128 157 0.35 0.18 0 0.38 211.64 0.22 0.51
Hex 66 80 9D 23 12 0 26 D4 16 33
Octal 146 200 235 43 22 0 46 324 26 63
Binary 1100110 10000000 10011101 100011 10010 0 100110 11010100 10110 110011

Color Harmonies of #66809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66809D

Black with #66809D

Text Example


Text Example

White with #66809D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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