#6260A9

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

Shades of Rich Blue #6260A9

Tints of Rich Blue #6260A9

Color information

#6260A9 (or 0x6260A9) is unknown color: approx Rich Blue. HEX triplet: 62, 60 and A9. RGB value is (98,96,169). Sum of RGB (Red+Green+Blue) = 98+96+169=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #6260A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6260A9 is #9D9F56. Grayscale: #686868. Windows color (decimal): -10329943 or 11100258. OLE color: 11100258.

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

Color convert

RGB9896169-
CMYK0.420.4300.34
HSL241.64º29.8%51.96%-
HSV(B)241.64º43.2%66.27%-
XYZ16.3813.8339.34-
YUV104.92164.16123.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=27.00%
G=26.45%
B=46.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal98961690.420.4300.34241.6429.851.96
Hex6260A92A2B022f21e34
Octal14214025152530423623664
Binary110001011000001010100110101010101101000101111001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6260A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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