#6D63DA

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

Shades of Slate Blue #6D63DA

Tints of Slate Blue #6D63DA

Color information

#6D63DA (or 0x6D63DA) is unknown color: approx Slate Blue. HEX triplet: 6D, 63 and DA. RGB value is (109,99,218). Sum of RGB (Red+Green+Blue) = 109+99+218=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D63DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D63DA is #929C25. Grayscale: #737373. Windows color (decimal): -9608230 or 14312301. OLE color: 14312301.

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

Color convert

RGB10999218-
CMYK0.50.5500.15
HSL245.04º61.66%62.16%-
HSV(B)245.04º54.59%85.49%-
XYZ23.4217.2468.42-
YUV115.56185.81123.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.59%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 218 (85.55% from 255) = 51.17%
R=25.59%
G=23.24%
B=51.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109992180.50.5500.15245.0461.6662.16
Hex6D63DA32370Ff53e3e
Octal15514333262670173657676
Binary11011011100011110110101100101101110111111110101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D63DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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