#667385

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

Shades of Raven #667385

Tints of Raven #667385

Color information

#667385 (or 0x667385) is unknown color: approx Raven. HEX triplet: 66, 73 and 85. RGB value is (102,115,133). Sum of RGB (Red+Green+Blue) = 102+115+133=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #667385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667385 is #998C7A. Grayscale: #717171. Windows color (decimal): -10062971 or 8745830. OLE color: 8745830.

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

Color convert

RGB102115133-
CMYK0.230.1400.48
HSL214.84º13.19%46.08%-
HSV(B)214.84º23.31%52.16%-
XYZ15.8416.7824.59-
YUV113.16139.19120.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 133 (52.34% from 255) = 38%
R=29.14%
G=32.86%
B=38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021151330.230.1400.48214.8413.1946.08
Hex66738517E030d7d2e
Octal14616320527160603271556
Binary11001101110011100001011011111100110000110101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667385; }

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

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

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

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

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

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

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

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