#6359D7

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

Shades of Slate Blue #6359D7

Tints of Slate Blue #6359D7

Color information

#6359D7 (or 0x6359D7) is unknown color: approx Slate Blue. HEX triplet: 63, 59 and D7. RGB value is (99,89,215). Sum of RGB (Red+Green+Blue) = 99+89+215=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #6359D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6359D7 is #9CA628. Grayscale: #696969. Windows color (decimal): -10266153 or 14113123. OLE color: 14113123.

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

Color convert

RGB9989215-
CMYK0.540.5900.16
HSL244.76º61.17%59.61%-
HSV(B)244.76º58.6%84.31%-
XYZ20.9814.766.02-
YUV106.35189.31122.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.57%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 215 (84.38% from 255) = 53.35%
R=24.57%
G=22.08%
B=53.35%

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
Decimal99892150.540.5900.16244.7661.1759.61
Hex6359D7363B010f53d3c
Octal14313132766730203657574
Binary110001110110011101011111011011101101000011110101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6359D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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