#6057AA

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

Shades of Rich Blue #6057AA

Tints of Rich Blue #6057AA

Color information

#6057AA (or 0x6057AA) is unknown color: approx Rich Blue. HEX triplet: 60, 57 and AA. RGB value is (96,87,170). Sum of RGB (Red+Green+Blue) = 96+87+170=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #6057AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6057AA is #9FA855. Grayscale: #626262. Windows color (decimal): -10463318 or 11163488. OLE color: 11163488.

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

Color convert

RGB9687170-
CMYK0.440.4900.33
HSL246.51º32.81%50.39%-
HSV(B)246.51º48.82%66.67%-
XYZ15.4912.2139.57-
YUV99.15167.98125.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 87 (34.38% from 255) = 24.65%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=27.20%
G=24.65%
B=48.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96871700.440.4900.33246.5132.8150.39
Hex6057AA2C31021f72132
Octal14012725254610413674162
Binary1100000101011110101010101100110001010000111110111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6057AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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