#667185

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

Shades of Raven #667185

Tints of Raven #667185

Color information

#667185 (or 0x667185) is unknown color: approx Raven. HEX triplet: 66, 71 and 85. RGB value is (102,113,133). Sum of RGB (Red+Green+Blue) = 102+113+133=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #667185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667185 is #998E7A. Grayscale: #6F6F6F. Windows color (decimal): -10063483 or 8745318. OLE color: 8745318.

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

Color convert

RGB102113133-
CMYK0.230.1500.48
HSL218.71º13.19%46.08%-
HSV(B)218.71º23.31%52.16%-
XYZ15.6216.3324.52-
YUV111.99139.86120.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=29.31%
G=32.47%
B=38.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021131330.230.1500.48218.7113.1946.08
Hex66718517F030dbd2e
Octal14616120527170603331556
Binary11001101110001100001011011111110110000110110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667185; }

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

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

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

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

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

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

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

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