#647281

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

Shades of Raven #647281

Tints of Raven #647281

Color information

#647281 (or 0x647281) is unknown color: approx Raven. HEX triplet: 64, 72 and 81. RGB value is (100,114,129). Sum of RGB (Red+Green+Blue) = 100+114+129=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #647281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647281 is #9B8D7E. Grayscale: #6F6F6F. Windows color (decimal): -10194303 or 8483428. OLE color: 8483428.

HSL color Cylindrical-coordinate representation of color #647281: hue angle of 211.03º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #647281 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB100114129-
CMYK0.220.1200.49
HSL211.03º12.66%44.9%-
HSV(B)211.03º22.48%50.59%-
XYZ15.2416.3323.12-
YUV111.52137.86119.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=29.15%
G=33.24%
B=37.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001141290.220.1200.49211.0312.6644.9
Hex64728116C031d3d2d
Octal14416220126140613231555
Binary11001001110010100000011011011000110001110100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647281; }

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

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

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

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

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

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

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

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