#6053D7

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

Shades of Slate Blue #6053D7

Tints of Slate Blue #6053D7

Color information

#6053D7 (or 0x6053D7) is unknown color: approx Slate Blue. HEX triplet: 60, 53 and D7. RGB value is (96,83,215). Sum of RGB (Red+Green+Blue) = 96+83+215=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #6053D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053D7 is #9FAC28. Grayscale: #656565. Windows color (decimal): -10464297 or 14111584. OLE color: 14111584.

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

Color convert

RGB9683215-
CMYK0.550.6100.16
HSL245.91º62.26%58.43%-
HSV(B)245.91º61.4%84.31%-
XYZ20.1813.5865.85-
YUV101.94191.81123.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 83 (32.81% from 255) = 21.07%
BLUE value IS 215 (84.38% from 255) = 54.57%
R=24.37%
G=21.07%
B=54.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal96832150.550.6100.16245.9162.2658.43
Hex6053D7373D010f63e3a
Octal14012332767750203667672
Binary110000010100111101011111011111110101000011110110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6053D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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