#6057C5

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

Shades of Slate Blue #6057C5

Tints of Slate Blue #6057C5

Color information

#6057C5 (or 0x6057C5) is unknown color: approx Slate Blue. HEX triplet: 60, 57 and C5. RGB value is (96,87,197). Sum of RGB (Red+Green+Blue) = 96+87+197=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 197 (77.34% from 255 or 51.84% from 380); Max value from RGB is 197 - color contains mainly: blue. Hex color #6057C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057C5 is #9FA83A. Grayscale: #656565. Windows color (decimal): -10463291 or 12932960. OLE color: 12932960.

HSL color Cylindrical-coordinate representation of color #6057C5: hue angle of 244.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6057C5 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9687197-
CMYK0.510.5600.23
HSL244.91º48.67%55.69%-
HSV(B)244.91º55.84%77.25%-
XYZ18.3113.3354.43-
YUV102.23181.48123.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 197 (77.34% from 255) = 51.84%
R=25.26%
G=22.89%
B=51.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal96871970.510.5600.23244.9148.6755.69
Hex6057C53338017f53138
Octal14012730563700273656170
Binary110000010101111100010111001111100001011111110101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6057C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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