#667384

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

Shades of Raven #667384

Tints of Raven #667384

Color information

#667384 (or 0x667384) is unknown color: approx Raven. HEX triplet: 66, 73 and 84. RGB value is (102,115,132). Sum of RGB (Red+Green+Blue) = 102+115+132=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #667384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667384 is #998C7B. Grayscale: #707070. Windows color (decimal): -10062972 or 8680294. OLE color: 8680294.

HSL color Cylindrical-coordinate representation of color #667384: hue angle of 214º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #667384 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB102115132-
CMYK0.230.1300.48
HSL214º12.82%45.88%-
HSV(B)214º22.73%51.76%-
XYZ15.7816.7524.23-
YUV113.05138.69120.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.23%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=29.23%
G=32.95%
B=37.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021151320.230.1300.4821412.8245.88
Hex66738417D030d6d2e
Octal14616320427150603261556
Binary11001101110011100001001011111010110000110101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667384; }

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

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

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

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

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

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

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

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