#647285

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

Shades of Raven #647285

Tints of Raven #647285

Color information

#647285 (or 0x647285) is unknown color: approx Raven. HEX triplet: 64, 72 and 85. RGB value is (100,114,133). Sum of RGB (Red+Green+Blue) = 100+114+133=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 114 (44.92% from 255 or 32.85% 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 #647285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647285 is #9B8D7A. Grayscale: #6F6F6F. Windows color (decimal): -10194299 or 8745572. OLE color: 8745572.

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

Color convert

RGB100114133-
CMYK0.250.1400.48
HSL214.55º14.16%45.69%-
HSV(B)214.55º24.81%52.16%-
XYZ15.5116.4424.55-
YUV111.98139.86119.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=28.82%
G=32.85%
B=38.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001141330.250.1400.48214.5514.1645.69
Hex64728519E030d7e2e
Octal14416220531160603271656
Binary11001001110010100001011100111100110000110101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647285; }

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

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

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

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

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

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

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

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