#666F84

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

Shades of Raven #666F84

Tints of Raven #666F84

Color information

#666F84 (or 0x666F84) is unknown color: approx Raven. HEX triplet: 66, 6F and 84. RGB value is (102,111,132). Sum of RGB (Red+Green+Blue) = 102+111+132=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #666F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F84 is #99907B. Grayscale: #6E6E6E. Windows color (decimal): -10063996 or 8679270. OLE color: 8679270.

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

Color convert

RGB102111132-
CMYK0.230.1600.48
HSL222º12.82%45.88%-
HSV(B)222º22.73%51.76%-
XYZ15.3315.8624.08-
YUV110.7140.02121.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=29.57%
G=32.17%
B=38.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021111320.230.1600.4822212.8245.88
Hex666F841710030ded2e
Octal14615720427200603361556
Binary110011011011111000010010111100000110000110111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666F84; }

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

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

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

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

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

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

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

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