#6053C8

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

Shades of Slate Blue #6053C8

Tints of Slate Blue #6053C8

Color information

#6053C8 (or 0x6053C8) is unknown color: approx Slate Blue. HEX triplet: 60, 53 and C8. RGB value is (96,83,200). Sum of RGB (Red+Green+Blue) = 96+83+200=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #6053C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053C8 is #9FAC37. Grayscale: #636363. Windows color (decimal): -10464312 or 13128544. OLE color: 13128544.

HSL color Cylindrical-coordinate representation of color #6053C8: hue angle of 246.67º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6053C8 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9683200-
CMYK0.520.5800.22
HSL246.67º51.54%55.49%-
HSV(B)246.67º58.5%78.43%-
XYZ18.3412.8456.16-
YUV100.22184.31124.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.33%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 200 (78.52% from 255) = 52.77%
R=25.33%
G=21.90%
B=52.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal96832000.520.5800.22246.6751.5455.49
Hex6053C8343A016f73437
Octal14012331064720263676467
Binary110000010100111100100011010011101001011011110111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6053C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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