#6462AB

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

Shades of Rich Blue #6462AB

Tints of Rich Blue #6462AB

Color information

#6462AB (or 0x6462AB) is unknown color: approx Rich Blue. HEX triplet: 64, 62 and AB. RGB value is (100,98,171). Sum of RGB (Red+Green+Blue) = 100+98+171=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #6462AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6462AB is #9B9D54. Grayscale: #6A6A6A. Windows color (decimal): -10198357 or 11231844. OLE color: 11231844.

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

Color convert

RGB10098171-
CMYK0.420.4300.33
HSL241.64º30.29%52.75%-
HSV(B)241.64º42.69%67.06%-
XYZ16.9714.3840.41-
YUV106.92164.16123.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=27.10%
G=26.56%
B=46.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100981710.420.4300.33241.6430.2952.75
Hex6462AB2A2B021f21e35
Octal14414225352530413623665
Binary110010011000101010101110101010101101000011111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6462AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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