#6055D0

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

Shades of Slate Blue #6055D0

Tints of Slate Blue #6055D0

Color information

#6055D0 (or 0x6055D0) is unknown color: approx Slate Blue. HEX triplet: 60, 55 and D0. RGB value is (96,85,208). Sum of RGB (Red+Green+Blue) = 96+85+208=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #6055D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6055D0 is #9FAA2F. Grayscale: #656565. Windows color (decimal): -10463792 or 13653344. OLE color: 13653344.

HSL color Cylindrical-coordinate representation of color #6055D0: hue angle of 245.37º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6055D0 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9685208-
CMYK0.540.5900.18
HSL245.37º56.68%57.45%-
HSV(B)245.37º59.13%81.57%-
XYZ19.4613.5461.26-
YUV102.31187.64123.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 208 (81.64% from 255) = 53.47%
R=24.68%
G=21.85%
B=53.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96852080.540.5900.18245.3756.6857.45
Hex6055D0363B012f53939
Octal14012532066730223657171
Binary110000010101011101000011011011101101001011110101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6055D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6055D0; }

 p { color: rgb(96,85,208); }

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

<style>
 a { background-color: #6055D0; }

 a { background-color: rgb(96,85,208); }

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

<style>
 span { border-color: #6055D0; }

 span { border-color: rgb(96,85,208); }

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