#6057AF

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

Shades of Rich Blue #6057AF

Tints of Rich Blue #6057AF

Color information

#6057AF (or 0x6057AF) is unknown color: approx Rich Blue. HEX triplet: 60, 57 and AF. RGB value is (96,87,175). Sum of RGB (Red+Green+Blue) = 96+87+175=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #6057AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6057AF is #9FA850. Grayscale: #636363. Windows color (decimal): -10463313 or 11491168. OLE color: 11491168.

HSL color Cylindrical-coordinate representation of color #6057AF: hue angle of 246.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6057AF is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9687175-
CMYK0.450.5000.31
HSL246.14º35.48%51.37%-
HSV(B)246.14º50.29%68.63%-
XYZ15.9712.442.11-
YUV99.72170.48125.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=26.82%
G=24.30%
B=48.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96871750.450.5000.31246.1435.4851.37
Hex6057AF2D3201Ff62333
Octal14012725755620373664363
Binary110000010101111010111110110111001001111111110110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6057AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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