#6057CD

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

Shades of Slate Blue #6057CD

Tints of Slate Blue #6057CD

Color information

#6057CD (or 0x6057CD) is unknown color: approx Slate Blue. HEX triplet: 60, 57 and CD. RGB value is (96,87,205). Sum of RGB (Red+Green+Blue) = 96+87+205=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #6057CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057CD is #9FA832. Grayscale: #666666. Windows color (decimal): -10463283 or 13457248. OLE color: 13457248.

HSL color Cylindrical-coordinate representation of color #6057CD: hue angle of 244.58º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6057CD is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9687205-
CMYK0.530.5800.20
HSL244.58º54.13%57.25%-
HSV(B)244.58º57.56%80.39%-
XYZ19.2513.7159.39-
YUV103.14185.48122.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 205 (80.47% from 255) = 52.84%
R=24.74%
G=22.42%
B=52.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96872050.530.5800.20244.5854.1357.25
Hex6057CD353A014f53639
Octal14012731565720243656671
Binary110000010101111100110111010111101001010011110101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6057CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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