#6D64DB

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

Shades of Slate Blue #6D64DB

Tints of Slate Blue #6D64DB

Color information

#6D64DB (or 0x6D64DB) is unknown color: approx Slate Blue. HEX triplet: 6D, 64 and DB. RGB value is (109,100,219). Sum of RGB (Red+Green+Blue) = 109+100+219=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D64DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D64DB is #929B24. Grayscale: #737373. Windows color (decimal): -9607973 or 14378093. OLE color: 14378093.

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

Color convert

RGB109100219-
CMYK0.500.5400.14
HSL244.54º62.3%62.55%-
HSV(B)244.54º54.34%85.88%-
XYZ23.6517.4869.15-
YUV116.26185.98122.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.47%
GREEN value IS 100 (39.45% from 255) = 23.36%
BLUE value IS 219 (85.94% from 255) = 51.17%
R=25.47%
G=23.36%
B=51.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091002190.500.5400.14244.5462.362.55
Hex6D64DB32360Ef53e3f
Octal15514433362660163657677
Binary11011011100100110110111100101101100111011110101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D64DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,100,219); }

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

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

 a { background-color: rgb(109,100,219); }

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

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

 span { border-color: rgb(109,100,219); }

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