#6359DA

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

Shades of Slate Blue #6359DA

Tints of Slate Blue #6359DA

Color information

#6359DA (or 0x6359DA) is unknown color: approx Slate Blue. HEX triplet: 63, 59 and DA. RGB value is (99,89,218). Sum of RGB (Red+Green+Blue) = 99+89+218=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #6359DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6359DA is #9CA625. Grayscale: #6A6A6A. Windows color (decimal): -10266150 or 14309731. OLE color: 14309731.

HSL color Cylindrical-coordinate representation of color #6359DA: hue angle of 244.65º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6359DA is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9989218-
CMYK0.550.5900.15
HSL244.65º63.55%60.2%-
HSV(B)244.65º59.17%85.49%-
XYZ21.3714.8668.07-
YUV106.7190.81122.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.38%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 218 (85.55% from 255) = 53.69%
R=24.38%
G=21.92%
B=53.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal99892180.550.5900.15244.6563.5560.2
Hex6359DA373B0Ff5403c
Octal143131332677301736510074
Binary110001110110011101101011011111101101111111101011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6359DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6359DA; }

 p { color: rgb(99,89,218); }

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

<style>
 a { background-color: #6359DA; }

 a { background-color: rgb(99,89,218); }

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

<style>
 span { border-color: #6359DA; }

 span { border-color: rgb(99,89,218); }

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