#6562AB

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

Shades of Rich Blue #6562AB

Tints of Rich Blue #6562AB

Color information

#6562AB (or 0x6562AB) is unknown color: approx Rich Blue. HEX triplet: 65, 62 and AB. RGB value is (101,98,171). Sum of RGB (Red+Green+Blue) = 101+98+171=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #6562AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6562AB is #9A9D54. Grayscale: #6A6A6A. Windows color (decimal): -10132821 or 11231845. OLE color: 11231845.

HSL color Cylindrical-coordinate representation of color #6562AB: hue angle of 242.47º 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 #6562AB is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10198171-
CMYK0.410.4300.33
HSL242.47º30.29%52.75%-
HSV(B)242.47º42.69%67.06%-
XYZ17.0914.4440.42-
YUV107.22163.99123.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=27.30%
G=26.49%
B=46.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101981710.410.4300.33242.4730.2952.75
Hex6562AB292B021f21e35
Octal14514225351530413623665
Binary110010111000101010101110100110101101000011111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6562AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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