#667280

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

Shades of Raven #667280

Tints of Raven #667280

Color information

#667280 (or 0x667280) is unknown color: approx Raven. HEX triplet: 66, 72 and 80. RGB value is (102,114,128). Sum of RGB (Red+Green+Blue) = 102+114+128=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #667280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667280 is #998D7F. Grayscale: #6F6F6F. Windows color (decimal): -10063232 or 8417894. OLE color: 8417894.

HSL color Cylindrical-coordinate representation of color #667280: hue angle of 212.31º 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 #667280 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB102114128-
CMYK0.200.1100.50
HSL212.31º11.3%45.1%-
HSV(B)212.31º20.31%50.2%-
XYZ15.3916.4222.78-
YUV112.01137.02120.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=29.65%
G=33.14%
B=37.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1021141280.200.1100.50212.3111.345.1
Hex66728014B032d4b2d
Octal14616220024130623241355
Binary11001101110010100000001010010110110010110101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667280; }

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

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

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

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

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

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

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

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