#6464AD

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

Shades of Rich Blue #6464AD

Tints of Rich Blue #6464AD

Color information

#6464AD (or 0x6464AD) is unknown color: approx Rich Blue. HEX triplet: 64, 64 and AD. RGB value is (100,100,173). Sum of RGB (Red+Green+Blue) = 100+100+173=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #6464AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6464AD is #9B9B52. Grayscale: #6C6C6C. Windows color (decimal): -10197843 or 11363428. OLE color: 11363428.

HSL color Cylindrical-coordinate representation of color #6464AD: hue angle of 240º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6464AD is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB100100173-
CMYK0.420.4200.32
HSL240º30.8%53.53%-
HSV(B)240º42.2%67.84%-
XYZ17.3614.8441.48-
YUV108.32164.5122.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=26.81%
G=26.81%
B=46.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001001730.420.4200.3224030.853.53
Hex6464AD2A2A020f01f36
Octal14414425552520403603766
Binary110010011001001010110110101010101001000001111000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6464AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6464AD; }

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

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

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

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

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

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

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

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