#6263AB

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

Shades of Rich Blue #6263AB

Tints of Rich Blue #6263AB

Color information

#6263AB (or 0x6263AB) is unknown color: approx Rich Blue. HEX triplet: 62, 63 and AB. RGB value is (98,99,171). Sum of RGB (Red+Green+Blue) = 98+99+171=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 99 (39.06% from 255 or 26.90% 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 #6263AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6263AB is #9D9C54. Grayscale: #6A6A6A. Windows color (decimal): -10329173 or 11232098. OLE color: 11232098.

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

Color convert

RGB9899171-
CMYK0.430.4200.33
HSL239.18º30.29%52.75%-
HSV(B)239.18º42.69%67.06%-
XYZ16.8514.4640.43-
YUV106.91164.17121.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98991710.430.4200.33239.1830.2952.75
Hex6263AB2B2A021ef1e35
Octal14214325353520413573665
Binary110001011000111010101110101110101001000011110111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6263AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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