#6260AB

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

Shades of Rich Blue #6260AB

Tints of Rich Blue #6260AB

Color information

#6260AB (or 0x6260AB) is unknown color: approx Rich Blue. HEX triplet: 62, 60 and AB. RGB value is (98,96,171). Sum of RGB (Red+Green+Blue) = 98+96+171=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #6260AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6260AB is #9D9F54. Grayscale: #686868. Windows color (decimal): -10329941 or 11231330. OLE color: 11231330.

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

Color convert

RGB9896171-
CMYK0.430.4400.33
HSL241.6º30.86%52.35%-
HSV(B)241.6º43.86%67.06%-
XYZ16.5713.940.34-
YUV105.15165.16122.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.85%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=26.85%
G=26.30%
B=46.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98961710.430.4400.33241.630.8652.35
Hex6260AB2B2C021f21f34
Octal14214025353540413623764
Binary110001011000001010101110101110110001000011111001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6260AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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