#667C90

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

Shades of Slate Grey #667C90

Tints of Slate Grey #667C90

Color information

#667C90 (or 0x667C90) is unknown color: approx Slate Grey. HEX triplet: 66, 7C and 90. RGB value is (102,124,144). Sum of RGB (Red+Green+Blue) = 102+124+144=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #667C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C90 is #99836F. Grayscale: #777777. Windows color (decimal): -10060656 or 9469030. OLE color: 9469030.

HSL color Cylindrical-coordinate representation of color #667C90: hue angle of 208.57º 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 #667C90 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB102124144-
CMYK0.290.1400.44
HSL208.57º17.07%48.24%-
HSV(B)208.57º29.17%56.47%-
XYZ17.7219.2529.17-
YUV119.7141.71115.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 124 (48.83% from 255) = 33.51%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=27.57%
G=33.51%
B=38.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021241440.290.1400.44208.5717.0748.24
Hex667C901DE02Cd11130
Octal14617422035160543212160
Binary110011011111001001000011101111001011001101000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667C90; }

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

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

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

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

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

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

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

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