#6260A3

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

Shades of Rich Blue #6260A3

Tints of Rich Blue #6260A3

Color information

#6260A3 (or 0x6260A3) is unknown color: approx Rich Blue. HEX triplet: 62, 60 and A3. RGB value is (98,96,163). Sum of RGB (Red+Green+Blue) = 98+96+163=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #6260A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6260A3 is #9D9F5C. Grayscale: #676767. Windows color (decimal): -10329949 or 10707042. OLE color: 10707042.

HSL color Cylindrical-coordinate representation of color #6260A3: hue angle of 241.79º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6260A3 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9896163-
CMYK0.400.4100.36
HSL241.79º26.69%50.78%-
HSV(B)241.79º41.1%63.92%-
XYZ15.8313.6136.44-
YUV104.24161.16123.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.45%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 163 (64.06% from 255) = 45.66%
R=27.45%
G=26.89%
B=45.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98961630.400.4100.36241.7926.6950.78
Hex6260A32829024f21b33
Octal14214024350510443623363
Binary110001011000001010001110100010100101001001111001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6260A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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