#667585

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

Shades of Raven #667585

Tints of Raven #667585

Color information

#667585 (or 0x667585) is unknown color: approx Raven. HEX triplet: 66, 75 and 85. RGB value is (102,117,133). Sum of RGB (Red+Green+Blue) = 102+117+133=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #667585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667585 is #998A7A. Grayscale: #727272. Windows color (decimal): -10062459 or 8746342. OLE color: 8746342.

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

Color convert

RGB102117133-
CMYK0.230.1200.48
HSL210.97º13.19%46.08%-
HSV(B)210.97º23.31%52.16%-
XYZ16.0717.2424.67-
YUV114.34138.53119.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.98%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=28.98%
G=33.24%
B=37.78%

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
Decimal1021171330.230.1200.48210.9713.1946.08
Hex66758517C030d3d2e
Octal14616520527140603231556
Binary11001101110101100001011011111000110000110100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667585; }

 p { color: rgb(102,117,133); }

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

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

 a { background-color: rgb(102,117,133); }

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

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

 span { border-color: rgb(102,117,133); }

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