#6357D5

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

Shades of Slate Blue #6357D5

Tints of Slate Blue #6357D5

Color information

#6357D5 (or 0x6357D5) is unknown color: approx Slate Blue. HEX triplet: 63, 57 and D5. RGB value is (99,87,213). Sum of RGB (Red+Green+Blue) = 99+87+213=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 213 (83.59% from 255 or 53.38% from 399); Max value from RGB is 213 - color contains mainly: blue. Hex color #6357D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6357D5 is #9CA82A. Grayscale: #686868. Windows color (decimal): -10266667 or 13981539. OLE color: 13981539.

HSL color Cylindrical-coordinate representation of color #6357D5: hue angle of 245.71º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6357D5 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9987213-
CMYK0.540.5900.16
HSL245.71º60%58.82%-
HSV(B)245.71º59.15%83.53%-
XYZ20.5614.2764.62-
YUV104.95188.98123.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.81%
GREEN value IS 87 (34.38% from 255) = 21.80%
BLUE value IS 213 (83.59% from 255) = 53.38%
R=24.81%
G=21.80%
B=53.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal99872130.540.5900.16245.716058.82
Hex6357D5363B010f63c3b
Octal14312732566730203667473
Binary110001110101111101010111011011101101000011110110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6357D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6357D5; }

 p { color: rgb(99,87,213); }

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

<style>
 a { background-color: #6357D5; }

 a { background-color: rgb(99,87,213); }

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

<style>
 span { border-color: #6357D5; }

 span { border-color: rgb(99,87,213); }

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