#667080

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

Shades of Raven #667080

Tints of Raven #667080

Color information

#667080 (or 0x667080) is unknown color: approx Raven. HEX triplet: 66, 70 and 80. RGB value is (102,112,128). Sum of RGB (Red+Green+Blue) = 102+112+128=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #667080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667080 is #998F7F. Grayscale: #6E6E6E. Windows color (decimal): -10063744 or 8417382. OLE color: 8417382.

HSL color Cylindrical-coordinate representation of color #667080: hue angle of 216.92º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #667080 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB102112128-
CMYK0.200.1200.50
HSL216.92º11.3%45.1%-
HSV(B)216.92º20.31%50.2%-
XYZ15.1715.9722.71-
YUV110.83137.69121.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=29.82%
G=32.75%
B=37.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1021121280.200.1200.50216.9211.345.1
Hex66708014C032d9b2d
Octal14616020024140623311355
Binary11001101110000100000001010011000110010110110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667080; }

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

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

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

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

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

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

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

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