#64659F

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

Shades of Rich Blue #64659F

Tints of Rich Blue #64659F

Color information

#64659F (or 0x64659F) is unknown color: approx Rich Blue. HEX triplet: 64, 65 and 9F. RGB value is (100,101,159). Sum of RGB (Red+Green+Blue) = 100+101+159=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #64659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64659F is #9B9A60. Grayscale: #6B6B6B. Windows color (decimal): -10197601 or 10446180. OLE color: 10446180.

HSL color Cylindrical-coordinate representation of color #64659F: hue angle of 238.98º 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 #64659F is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100101159-
CMYK0.370.3600.38
HSL238.98º23.51%50.78%-
HSV(B)238.98º37.11%62.35%-
XYZ16.1714.5234.75-
YUV107.31157.17122.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=27.78%
G=28.06%
B=44.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001011590.370.3600.38238.9823.5150.78
Hex64659F2524026ef1833
Octal14414523745440463573063
Binary110010011001011001111110010110010001001101110111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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