#6356D5

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

Shades of Slate Blue #6356D5

Tints of Slate Blue #6356D5

Color information

#6356D5 (or 0x6356D5) is unknown color: approx Slate Blue. HEX triplet: 63, 56 and D5. RGB value is (99,86,213). Sum of RGB (Red+Green+Blue) = 99+86+213=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #6356D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6356D5 is #9CA92A. Grayscale: #676767. Windows color (decimal): -10266923 or 13981283. OLE color: 13981283.

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

Color convert

RGB9986213-
CMYK0.540.6000.16
HSL246.14º60.19%58.63%-
HSV(B)246.14º59.62%83.53%-
XYZ20.4814.1164.6-
YUV104.36189.31124.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.87%
GREEN value IS 86 (33.98% from 255) = 21.61%
BLUE value IS 213 (83.59% from 255) = 53.52%
R=24.87%
G=21.61%
B=53.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal99862130.540.6000.16246.1460.1958.63
Hex6356D5363C010f63c3b
Octal14312632566740203667473
Binary110001110101101101010111011011110001000011110110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6356D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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