#6056CD

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

Shades of Slate Blue #6056CD

Tints of Slate Blue #6056CD

Color information

#6056CD (or 0x6056CD) is unknown color: approx Slate Blue. HEX triplet: 60, 56 and CD. RGB value is (96,86,205). Sum of RGB (Red+Green+Blue) = 96+86+205=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #6056CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6056CD is #9FA932. Grayscale: #666666. Windows color (decimal): -10463539 or 13456992. OLE color: 13456992.

HSL color Cylindrical-coordinate representation of color #6056CD: hue angle of 245.04º 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 #6056CD is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9686205-
CMYK0.530.5800.20
HSL245.04º54.34%57.06%-
HSV(B)245.04º58.05%80.39%-
XYZ19.1713.5559.36-
YUV102.56185.81123.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 205 (80.47% from 255) = 52.97%
R=24.81%
G=22.22%
B=52.97%

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
Decimal96862050.530.5800.20245.0454.3457.06
Hex6056CD353A014f53639
Octal14012631565720243656671
Binary110000010101101100110111010111101001010011110101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6056CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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