#6059B2

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

Shades of Rich Blue #6059B2

Tints of Rich Blue #6059B2

Color information

#6059B2 (or 0x6059B2) is unknown color: approx Rich Blue. HEX triplet: 60, 59 and B2. RGB value is (96,89,178). Sum of RGB (Red+Green+Blue) = 96+89+178=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #6059B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6059B2 is #9FA64D. Grayscale: #646464. Windows color (decimal): -10462798 or 11688288. OLE color: 11688288.

HSL color Cylindrical-coordinate representation of color #6059B2: hue angle of 244.72º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6059B2 is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9689178-
CMYK0.460.500.30
HSL244.72º36.63%52.35%-
HSV(B)244.72º50%69.8%-
XYZ16.4312.8543.73-
YUV101.24171.32124.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 178 (69.92% from 255) = 49.04%
R=26.45%
G=24.52%
B=49.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96891780.460.500.30244.7236.6352.35
Hex6059B22E3201Ef52534
Octal14013126256620363654564
Binary110000010110011011001010111011001001111011110101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6059B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6059B2; }

 p { color: rgb(96,89,178); }

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

<style>
 a { background-color: #6059B2; }

 a { background-color: rgb(96,89,178); }

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

<style>
 span { border-color: #6059B2; }

 span { border-color: rgb(96,89,178); }

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