#6353DD

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

Shades of Slate Blue #6353DD

Tints of Slate Blue #6353DD

Color information

#6353DD (or 0x6353DD) is unknown color: approx Slate Blue. HEX triplet: 63, 53 and DD. RGB value is (99,83,221). Sum of RGB (Red+Green+Blue) = 99+83+221=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #6353DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353DD is #9CAC22. Grayscale: #666666. Windows color (decimal): -10267683 or 14504803. OLE color: 14504803.

HSL color Cylindrical-coordinate representation of color #6353DD: hue angle of 246.96º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6353DD is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9983221-
CMYK0.550.6200.13
HSL246.96º66.99%59.61%-
HSV(B)246.96º62.44%86.67%-
XYZ21.2914.0670-
YUV103.52194.3124.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.57%
GREEN value IS 83 (32.81% from 255) = 20.60%
BLUE value IS 221 (86.72% from 255) = 54.84%
R=24.57%
G=20.60%
B=54.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal99832210.550.6200.13246.9666.9959.61
Hex6353DD373E0Df7433c
Octal143123335677601536710374
Binary110001110100111101110111011111111001101111101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6353DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6353DD; }

 p { color: rgb(99,83,221); }

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

<style>
 a { background-color: #6353DD; }

 a { background-color: rgb(99,83,221); }

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

<style>
 span { border-color: #6353DD; }

 span { border-color: rgb(99,83,221); }

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