#6355DD

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

Shades of Slate Blue #6355DD

Tints of Slate Blue #6355DD

Color information

#6355DD (or 0x6355DD) is unknown color: approx Slate Blue. HEX triplet: 63, 55 and DD. RGB value is (99,85,221). Sum of RGB (Red+Green+Blue) = 99+85+221=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #6355DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6355DD is #9CAA22. Grayscale: #686868. Windows color (decimal): -10267171 or 14505315. OLE color: 14505315.

HSL color Cylindrical-coordinate representation of color #6355DD: hue angle of 246.18º 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 #6355DD is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9985221-
CMYK0.550.6200.13
HSL246.18º66.67%60%-
HSV(B)246.18º61.54%86.67%-
XYZ21.4514.3770.05-
YUV104.69193.64123.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.44%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 221 (86.72% from 255) = 54.57%
R=24.44%
G=20.99%
B=54.57%

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
Decimal99852210.550.6200.13246.1866.6760
Hex6355DD373E0Df6433c
Octal143125335677601536610374
Binary110001110101011101110111011111111001101111101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6355DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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