#6053A6

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

Shades of Rich Blue #6053A6

Tints of Rich Blue #6053A6

Color information

#6053A6 (or 0x6053A6) is unknown color: approx Rich Blue. HEX triplet: 60, 53 and A6. RGB value is (96,83,166). Sum of RGB (Red+Green+Blue) = 96+83+166=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #6053A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6053A6 is #9FAC59. Grayscale: #606060. Windows color (decimal): -10464346 or 10900320. OLE color: 10900320.

HSL color Cylindrical-coordinate representation of color #6053A6: hue angle of 249.4º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6053A6 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9683166-
CMYK0.420.5000.35
HSL249.4º33.33%48.82%-
HSV(B)249.4º50%65.1%-
XYZ14.811.4337.5-
YUV96.35167.31127.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 166 (65.23% from 255) = 48.12%
R=27.83%
G=24.06%
B=48.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal96831660.420.5000.35249.433.3348.82
Hex6053A62A32023f92131
Octal14012324652620433714161
Binary1100000101001110100110101010110010010001111111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6053A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6053A6; }

 p { color: rgb(96,83,166); }

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

<style>
 a { background-color: #6053A6; }

 a { background-color: rgb(96,83,166); }

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

<style>
 span { border-color: #6053A6; }

 span { border-color: rgb(96,83,166); }

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