#6462AA

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

Shades of Rich Blue #6462AA

Tints of Rich Blue #6462AA

Color information

#6462AA (or 0x6462AA) is unknown color: approx Rich Blue. HEX triplet: 64, 62 and AA. RGB value is (100,98,170). Sum of RGB (Red+Green+Blue) = 100+98+170=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #6462AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6462AA is #9B9D55. Grayscale: #6A6A6A. Windows color (decimal): -10198358 or 11166308. OLE color: 11166308.

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

Color convert

RGB10098170-
CMYK0.410.4200.33
HSL241.67º29.75%52.55%-
HSV(B)241.67º42.35%66.67%-
XYZ16.8814.3539.91-
YUV106.81163.66123.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=27.17%
G=26.63%
B=46.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100981700.410.4200.33241.6729.7552.55
Hex6462AA292A021f21e35
Octal14414225251520413623665
Binary110010011000101010101010100110101001000011111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6462AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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