#667381

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

Shades of Raven #667381

Tints of Raven #667381

Color information

#667381 (or 0x667381) is unknown color: approx Raven. HEX triplet: 66, 73 and 81. RGB value is (102,115,129). Sum of RGB (Red+Green+Blue) = 102+115+129=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 129 - color contains mainly: blue. Hex color #667381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667381 is #998C7E. Grayscale: #707070. Windows color (decimal): -10062975 or 8483686. OLE color: 8483686.

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

Color convert

RGB102115129-
CMYK0.210.1100.49
HSL211.11º11.69%45.29%-
HSV(B)211.11º20.93%50.59%-
XYZ15.5716.6723.17-
YUV112.71137.19120.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 129 (50.78% from 255) = 37.28%
R=29.48%
G=33.24%
B=37.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021151290.210.1100.49211.1111.6945.29
Hex66738115B031d3c2d
Octal14616320125130613231455
Binary11001101110011100000011010110110110001110100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667381; }

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

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

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

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

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

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

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

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