#646C81

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

Shades of Raven #646C81

Tints of Raven #646C81

Color information

#646C81 (or 0x646C81) is unknown color: approx Raven. HEX triplet: 64, 6C and 81. RGB value is (100,108,129). Sum of RGB (Red+Green+Blue) = 100+108+129=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 129 - color contains mainly: blue. Hex color #646C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646C81 is #9B937E. Grayscale: #6B6B6B. Windows color (decimal): -10195839 or 8481892. OLE color: 8481892.

HSL color Cylindrical-coordinate representation of color #646C81: hue angle of 223.45º 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 #646C81 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB100108129-
CMYK0.220.1600.49
HSL223.45º12.66%44.9%-
HSV(B)223.45º22.48%50.59%-
XYZ14.5815.0222.9-
YUV108139.85122.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=29.67%
G=32.05%
B=38.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001081290.220.1600.49223.4512.6644.9
Hex646C811610031dfd2d
Octal14415420126200613371555
Binary110010011011001000000110110100000110001110111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646C81; }

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

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

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

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

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

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

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

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