#668197

Color #668197 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #668197

Tints of Slate Grey #668197

Color information

#668197 (or 0x668197) is unknown color: approx Slate Grey. HEX triplet: 66, 81 and 97. RGB value is (102,129,151). Sum of RGB (Red+Green+Blue) = 102+129+151=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 151 - color contains mainly: blue. Hex color #668197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668197 is #997E68. Grayscale: #7B7B7B. Windows color (decimal): -10059369 or 9929062. OLE color: 9929062.

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

Color convert

RGB102129151-
CMYK0.320.1500.41
HSL206.94º19.37%49.61%-
HSV(B)206.94º32.45%59.22%-
XYZ18.9220.7632.29-
YUV123.44143.55112.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.70%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 151 (59.38% from 255) = 39.53%
R=26.70%
G=33.77%
B=39.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021291510.320.1500.41206.9419.3749.61
Hex66819720F029cf1332
Octal14620122740170513172362
Binary11001101000000110010111100000111101010011100111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668197; }

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

 H1.HeaderClassName
 {
   color: #668197;
 }
 .AnyTagClassName
 {
   color: #668197;
 }
</style>
background-color css

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

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

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

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

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

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