#6058AA

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

Shades of Rich Blue #6058AA

Tints of Rich Blue #6058AA

Color information

#6058AA (or 0x6058AA) is unknown color: approx Rich Blue. HEX triplet: 60, 58 and AA. RGB value is (96,88,170). Sum of RGB (Red+Green+Blue) = 96+88+170=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #6058AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6058AA is #9FA755. Grayscale: #636363. Windows color (decimal): -10463062 or 11163744. OLE color: 11163744.

HSL color Cylindrical-coordinate representation of color #6058AA: hue angle of 245.85º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6058AA is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9688170-
CMYK0.440.4800.33
HSL245.85º32.54%50.59%-
HSV(B)245.85º48.24%66.67%-
XYZ15.5712.3739.6-
YUV99.74167.65125.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=27.12%
G=24.86%
B=48.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96881700.440.4800.33245.8532.5450.59
Hex6058AA2C30021f62133
Octal14013025254600413664163
Binary1100000101100010101010101100110000010000111110110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6058AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6058AA; }

 p { color: rgb(96,88,170); }

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

<style>
 a { background-color: #6058AA; }

 a { background-color: rgb(96,88,170); }

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

<style>
 span { border-color: #6058AA; }

 span { border-color: rgb(96,88,170); }

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