#6057C0

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

Shades of Slate Blue #6057C0

Tints of Slate Blue #6057C0

Color information

#6057C0 (or 0x6057C0) is unknown color: approx Slate Blue. HEX triplet: 60, 57 and C0. RGB value is (96,87,192). Sum of RGB (Red+Green+Blue) = 96+87+192=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #6057C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057C0 is #9FA83F. Grayscale: #656565. Windows color (decimal): -10463296 or 12605280. OLE color: 12605280.

HSL color Cylindrical-coordinate representation of color #6057C0: hue angle of 245.14º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6057C0 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9687192-
CMYK0.500.5500.25
HSL245.14º45.45%54.71%-
HSV(B)245.14º54.69%75.29%-
XYZ17.7513.1151.46-
YUV101.66178.98123.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.6%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 192 (75.39% from 255) = 51.2%
R=25.6%
G=23.2%
B=51.2%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96871920.500.5500.25245.1445.4554.71
Hex6057C03237019f52d37
Octal14012730062670313655567
Binary110000010101111100000011001011011101100111110101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6057C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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