#667484

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

Shades of Raven #667484

Tints of Raven #667484

Color information

#667484 (or 0x667484) is unknown color: approx Raven. HEX triplet: 66, 74 and 84. RGB value is (102,116,132). Sum of RGB (Red+Green+Blue) = 102+116+132=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #667484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667484 is #998B7B. Grayscale: #717171. Windows color (decimal): -10062716 or 8680550. OLE color: 8680550.

HSL color Cylindrical-coordinate representation of color #667484: hue angle of 212º 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 #667484 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB102116132-
CMYK0.230.1200.48
HSL212º12.82%45.88%-
HSV(B)212º22.73%51.76%-
XYZ15.8916.9824.27-
YUV113.64138.36119.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 116 (45.70% from 255) = 33.14%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=29.14%
G=33.14%
B=37.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021161320.230.1200.4821212.8245.88
Hex66748417C030d4d2e
Octal14616420427140603241556
Binary11001101110100100001001011111000110000110101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667484; }

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

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

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

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

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

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

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

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