#6362AB

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

Shades of Rich Blue #6362AB

Tints of Rich Blue #6362AB

Color information

#6362AB (or 0x6362AB) is unknown color: approx Rich Blue. HEX triplet: 63, 62 and AB. RGB value is (99,98,171). Sum of RGB (Red+Green+Blue) = 99+98+171=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #6362AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6362AB is #9C9D54. Grayscale: #6A6A6A. Windows color (decimal): -10263893 or 11231843. OLE color: 11231843.

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

Color convert

RGB9998171-
CMYK0.420.4300.33
HSL240.82º30.29%52.75%-
HSV(B)240.82º42.69%67.06%-
XYZ16.8614.3340.4-
YUV106.62164.33122.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=26.90%
G=26.63%
B=46.47%

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
Decimal99981710.420.4300.33240.8230.2952.75
Hex6362AB2A2B021f11e35
Octal14314225352530413613665
Binary110001111000101010101110101010101101000011111000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6362AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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