#6465AA

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

Shades of Rich Blue #6465AA

Tints of Rich Blue #6465AA

Color information

#6465AA (or 0x6465AA) is unknown color: approx Rich Blue. HEX triplet: 64, 65 and AA. RGB value is (100,101,170). Sum of RGB (Red+Green+Blue) = 100+101+170=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #6465AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6465AA is #9B9A55. Grayscale: #6C6C6C. Windows color (decimal): -10197590 or 11167076. OLE color: 11167076.

HSL color Cylindrical-coordinate representation of color #6465AA: hue angle of 239.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6465AA is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100101170-
CMYK0.410.4100.33
HSL239.14º29.17%52.94%-
HSV(B)239.14º41.18%66.67%-
XYZ17.1614.9240.01-
YUV108.57162.67121.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=26.95%
G=27.22%
B=45.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001011700.410.4100.33239.1429.1752.94
Hex6465AA2929021ef1d35
Octal14414525251510413573565
Binary110010011001011010101010100110100101000011110111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6465AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6465AA; }

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

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

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

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

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

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

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

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