#647185

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

Shades of Raven #647185

Tints of Raven #647185

Color information

#647185 (or 0x647185) is unknown color: approx Raven. HEX triplet: 64, 71 and 85. RGB value is (100,113,133). Sum of RGB (Red+Green+Blue) = 100+113+133=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #647185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647185 is #9B8E7A. Grayscale: #6F6F6F. Windows color (decimal): -10194555 or 8745316. OLE color: 8745316.

HSL color Cylindrical-coordinate representation of color #647185: hue angle of 216.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647185 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100113133-
CMYK0.250.1500.48
HSL216.36º14.16%45.69%-
HSV(B)216.36º24.81%52.16%-
XYZ15.3916.2124.51-
YUV111.39140.19119.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=28.90%
G=32.66%
B=38.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001131330.250.1500.48216.3614.1645.69
Hex64718519F030d8e2e
Octal14416120531170603301656
Binary11001001110001100001011100111110110000110110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647185; }

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

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

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

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

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

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

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

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