#667485

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

Shades of Raven #667485

Tints of Raven #667485

Color information

#667485 (or 0x667485) is unknown color: approx Raven. HEX triplet: 66, 74 and 85. RGB value is (102,116,133). Sum of RGB (Red+Green+Blue) = 102+116+133=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #667485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667485 is #998B7A. Grayscale: #717171. Windows color (decimal): -10062715 or 8746086. OLE color: 8746086.

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

Color convert

RGB102116133-
CMYK0.230.1300.48
HSL212.9º13.19%46.08%-
HSV(B)212.9º23.31%52.16%-
XYZ15.9617.0124.63-
YUV113.75138.86119.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=29.06%
G=33.05%
B=37.89%

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
Decimal1021161330.230.1300.48212.913.1946.08
Hex66748517D030d5d2e
Octal14616420527150603251556
Binary11001101110100100001011011111010110000110101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667485; }

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

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

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

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

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

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

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

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