#6057D7

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

Shades of Slate Blue #6057D7

Tints of Slate Blue #6057D7

Color information

#6057D7 (or 0x6057D7) is unknown color: approx Slate Blue. HEX triplet: 60, 57 and D7. RGB value is (96,87,215). Sum of RGB (Red+Green+Blue) = 96+87+215=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #6057D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057D7 is #9FA828. Grayscale: #676767. Windows color (decimal): -10463273 or 14112608. OLE color: 14112608.

HSL color Cylindrical-coordinate representation of color #6057D7: hue angle of 244.22º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6057D7 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9687215-
CMYK0.550.6000.16
HSL244.22º61.54%59.22%-
HSV(B)244.22º59.53%84.31%-
XYZ20.514.2165.95-
YUV104.28190.48122.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.12%
GREEN value IS 87 (34.38% from 255) = 21.86%
BLUE value IS 215 (84.38% from 255) = 54.02%
R=24.12%
G=21.86%
B=54.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal96872150.550.6000.16244.2261.5459.22
Hex6057D7373C010f43e3b
Octal14012732767740203647673
Binary110000010101111101011111011111110001000011110100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6057D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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