#6D63D9

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

Shades of Slate Blue #6D63D9

Tints of Slate Blue #6D63D9

Color information

#6D63D9 (or 0x6D63D9) is unknown color: approx Slate Blue. HEX triplet: 6D, 63 and D9. RGB value is (109,99,217). Sum of RGB (Red+Green+Blue) = 109+99+217=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #6D63D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D63D9 is #929C26. Grayscale: #727272. Windows color (decimal): -9608231 or 14246765. OLE color: 14246765.

HSL color Cylindrical-coordinate representation of color #6D63D9: hue angle of 245.08º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D63D9 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10999217-
CMYK0.500.5400.15
HSL245.08º60.82%61.96%-
HSV(B)245.08º54.38%85.1%-
XYZ23.2917.1867.73-
YUV115.44185.31123.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.65%
GREEN value IS 99 (39.06% from 255) = 23.29%
BLUE value IS 217 (85.16% from 255) = 51.06%
R=25.65%
G=23.29%
B=51.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109992170.500.5400.15245.0860.8261.96
Hex6D63D932360Ff53d3e
Octal15514333162660173657576
Binary11011011100011110110011100101101100111111110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D63D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D63D9; }

 p { color: rgb(109,99,217); }

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

<style>
 a { background-color: #6D63D9; }

 a { background-color: rgb(109,99,217); }

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

<style>
 span { border-color: #6D63D9; }

 span { border-color: rgb(109,99,217); }

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