Html Css Color HEX #668196 Slate Grey

📋 copy color: '#668196'

red 102 ◦ green 129 ◦ blue 150

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

Shades of Slate Grey #668196

Tints of Slate Grey #668196

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

 BLUE value IS 150 (58.98% from 255) = 39.37%

R = 26.77%
G = 33.86%
B = 39.37%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#668196 (or 0x668196) is known color: Slate Grey. HEX triplet: 66, 81 and 96. RGB value is (102,129,150). Sum of RGB (Red+Green+Blue) = 102+129+150=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: blue. Hex color #668196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668196 is #997E69. Grayscale: #7B7B7B. Windows color (decimal): -10059370 or 9863526. OLE color: 9863526.

HSL color Cylindrical-coordinate representation of color #668196: hue angle of 206.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668196 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 129 150 -
CMYK 0.32 0.14 0 0.41
HSL 206.25º 0.19% 0.49% -
HSV(B) 206.25º 0.32% 0.59% -
XYZ 18.83 20.73 31.86 -
YUV 123.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 102 129 150 0.32 0.14 0 0.41 206.25 0.19 0.49
Hex 66 81 96 20 E 0 29 CE 13 31
Octal 146 201 226 40 16 0 51 316 23 61
Binary 1100110 10000001 10010110 100000 1110 0 101001 11001110 10011 110001

Color Harmonies of #668196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668196

Black with #668196

Text Example


Text Example

White with #668196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668196; }

 p { color: rgb(102,129,150); }

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

background-color css

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

 a { background-color: rgb(102,129,150); }

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

border-color css

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

 span { border-color: rgb(102,129,150); }

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