#6352DB

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

Shades of Slate Blue #6352DB

Tints of Slate Blue #6352DB

Color information

#6352DB (or 0x6352DB) is unknown color: approx Slate Blue. HEX triplet: 63, 52 and DB. RGB value is (99,82,219). Sum of RGB (Red+Green+Blue) = 99+82+219=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #6352DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6352DB is #9CAD24. Grayscale: #666666. Windows color (decimal): -10267941 or 14373475. OLE color: 14373475.

HSL color Cylindrical-coordinate representation of color #6352DB: hue angle of 247.45º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6352DB is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9982219-
CMYK0.550.6300.14
HSL247.45º65.55%59.02%-
HSV(B)247.45º62.56%85.88%-
XYZ20.9513.868.58-
YUV102.7193.63125.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.75%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 219 (85.94% from 255) = 54.75%
R=24.75%
G=20.5%
B=54.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal99822190.550.6300.14247.4565.5559.02
Hex6352DB373F0Ef7423b
Octal143122333677701636710273
Binary110001110100101101101111011111111101110111101111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6352DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6352DB; }

 p { color: rgb(99,82,219); }

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

<style>
 a { background-color: #6352DB; }

 a { background-color: rgb(99,82,219); }

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

<style>
 span { border-color: #6352DB; }

 span { border-color: rgb(99,82,219); }

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