#668094

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

Shades of Slate Grey #668094

Tints of Slate Grey #668094

Color information

#668094 (or 0x668094) is unknown color: approx Slate Grey. HEX triplet: 66, 80 and 94. RGB value is (102,128,148). Sum of RGB (Red+Green+Blue) = 102+128+148=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #668094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668094 is #997F6B. Grayscale: #7A7A7A. Windows color (decimal): -10059628 or 9732198. OLE color: 9732198.

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

Color convert

RGB102128148-
CMYK0.310.1400.42
HSL206.09º18.4%49.02%-
HSV(B)206.09º31.08%58.04%-
XYZ18.5420.430.98-
YUV122.51142.39113.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=26.98%
G=33.86%
B=39.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021281480.310.1400.42206.0918.449.02
Hex6680941FE02Ace1231
Octal14620022437160523162261
Binary1100110100000001001010011111111001010101100111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668094; }

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

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

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

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

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

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

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

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