#64649F

Color #64649F Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #64649F

Tints of Rich Blue #64649F

Color information

#64649F (or 0x64649F) is unknown color: approx Rich Blue. HEX triplet: 64, 64 and 9F. RGB value is (100,100,159). Sum of RGB (Red+Green+Blue) = 100+100+159=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #64649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64649F is #9B9B60. Grayscale: #6A6A6A. Windows color (decimal): -10197857 or 10445924. OLE color: 10445924.

HSL color Cylindrical-coordinate representation of color #64649F: hue angle of 240º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64649F is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100100159-
CMYK0.370.3700.38
HSL240º23.51%50.78%-
HSV(B)240º37.11%62.35%-
XYZ16.0714.3334.72-
YUV106.73157.5123.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=27.86%
G=27.86%
B=44.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001001590.370.3700.3824023.5150.78
Hex64649F2525026f01833
Octal14414423745450463603063
Binary110010011001001001111110010110010101001101111000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64649F; }

 p { color: rgb(100,100,159); }

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

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

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

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

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

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

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