#667CA0

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

Shades of Slate Grey #667CA0

Tints of Slate Grey #667CA0

Color information

#667CA0 (or 0x667CA0) is unknown color: approx Slate Grey. HEX triplet: 66, 7C and A0. RGB value is (102,124,160). Sum of RGB (Red+Green+Blue) = 102+124+160=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #667CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667CA0 is #99835F. Grayscale: #797979. Windows color (decimal): -10060640 or 10517606. OLE color: 10517606.

HSL color Cylindrical-coordinate representation of color #667CA0: hue angle of 217.24º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #667CA0 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB102124160-
CMYK0.360.2200.37
HSL217.24º23.39%51.37%-
HSV(B)217.24º36.25%62.75%-
XYZ19.0319.7836.07-
YUV121.53149.71114.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.42%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 160 (62.89% from 255) = 41.45%
R=26.42%
G=32.12%
B=41.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021241600.360.2200.37217.2423.3951.37
Hex667CA02416025d91733
Octal14617424044260453312763
Binary11001101111100101000001001001011001001011101100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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