#668095

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

Shades of Slate Grey #668095

Tints of Slate Grey #668095

Color information

#668095 (or 0x668095) is unknown color: approx Slate Grey. HEX triplet: 66, 80 and 95. RGB value is (102,128,149). Sum of RGB (Red+Green+Blue) = 102+128+149=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #668095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668095 is #997F6A. Grayscale: #7A7A7A. Windows color (decimal): -10059627 or 9797734. OLE color: 9797734.

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

Color convert

RGB102128149-
CMYK0.320.1400.42
HSL206.81º18.73%49.22%-
HSV(B)206.81º31.54%58.43%-
XYZ18.6220.4331.4-
YUV122.62142.89113.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=26.91%
G=33.77%
B=39.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021281490.320.1400.42206.8118.7349.22
Hex66809520E02Acf1331
Octal14620022540160523172361
Binary11001101000000010010101100000111001010101100111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668095; }

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

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

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

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

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

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

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

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