#667382

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

Shades of Raven #667382

Tints of Raven #667382

Color information

#667382 (or 0x667382) is unknown color: approx Raven. HEX triplet: 66, 73 and 82. RGB value is (102,115,130). Sum of RGB (Red+Green+Blue) = 102+115+130=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #667382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667382 is #998C7D. Grayscale: #707070. Windows color (decimal): -10062974 or 8549222. OLE color: 8549222.

HSL color Cylindrical-coordinate representation of color #667382: hue angle of 212.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #667382 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB102115130-
CMYK0.220.1200.49
HSL212.14º12.07%45.49%-
HSV(B)212.14º21.54%50.98%-
XYZ15.6416.723.52-
YUV112.82137.69120.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=29.39%
G=33.14%
B=37.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021151300.220.1200.49212.1412.0745.49
Hex66738216C031d4c2d
Octal14616320226140613241455
Binary11001101110011100000101011011000110001110101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667382; }

 p { color: rgb(102,115,130); }

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

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

 a { background-color: rgb(102,115,130); }

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

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

 span { border-color: rgb(102,115,130); }

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