#667890

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

Shades of Slate Grey #667890

Tints of Slate Grey #667890

Color information

#667890 (or 0x667890) is unknown color: approx Slate Grey. HEX triplet: 66, 78 and 90. RGB value is (102,120,144). Sum of RGB (Red+Green+Blue) = 102+120+144=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #667890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667890 is #99876F. Grayscale: #757575. Windows color (decimal): -10061680 or 9468006. OLE color: 9468006.

HSL color Cylindrical-coordinate representation of color #667890: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #667890 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102120144-
CMYK0.290.1700.44
HSL214.29º17.07%48.24%-
HSV(B)214.29º29.17%56.47%-
XYZ17.2318.2729-
YUV117.35143.04117.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.87%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=27.87%
G=32.79%
B=39.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021201440.290.1700.44214.2917.0748.24
Hex6678901D1102Cd61130
Octal14617022035210543262160
Binary1100110111100010010000111011000101011001101011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667890; }

 p { color: rgb(102,120,144); }

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

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

 a { background-color: rgb(102,120,144); }

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

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

 span { border-color: rgb(102,120,144); }

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