#667085

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

Shades of Raven #667085

Tints of Raven #667085

Color information

#667085 (or 0x667085) is unknown color: approx Raven. HEX triplet: 66, 70 and 85. RGB value is (102,112,133). Sum of RGB (Red+Green+Blue) = 102+112+133=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #667085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667085 is #998F7A. Grayscale: #6F6F6F. Windows color (decimal): -10063739 or 8745062. OLE color: 8745062.

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

Color convert

RGB102112133-
CMYK0.230.1600.48
HSL220.65º13.19%46.08%-
HSV(B)220.65º23.31%52.16%-
XYZ15.5116.1124.48-
YUV111.4140.19121.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=29.39%
G=32.28%
B=38.33%

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
Decimal1021121330.230.1600.48220.6513.1946.08
Hex6670851710030ddd2e
Octal14616020527200603351556
Binary110011011100001000010110111100000110000110111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667085; }

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

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

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

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

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

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

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

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