#6057CA

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

Shades of Slate Blue #6057CA

Tints of Slate Blue #6057CA

Color information

#6057CA (or 0x6057CA) is unknown color: approx Slate Blue. HEX triplet: 60, 57 and CA. RGB value is (96,87,202). Sum of RGB (Red+Green+Blue) = 96+87+202=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #6057CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057CA is #9FA835. Grayscale: #666666. Windows color (decimal): -10463286 or 13260640. OLE color: 13260640.

HSL color Cylindrical-coordinate representation of color #6057CA: hue angle of 244.7º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6057CA is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9687202-
CMYK0.520.5700.21
HSL244.7º52.04%56.67%-
HSV(B)244.7º56.93%79.22%-
XYZ18.8913.5757.5-
YUV102.8183.98123.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 202 (79.30% from 255) = 52.47%
R=24.94%
G=22.60%
B=52.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96872020.520.5700.21244.752.0456.67
Hex6057CA3439015f53439
Octal14012731264710253656471
Binary110000010101111100101011010011100101010111110101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6057CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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