#6D64D8

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

Shades of Slate Blue #6D64D8

Tints of Slate Blue #6D64D8

Color information

#6D64D8 (or 0x6D64D8) is unknown color: approx Slate Blue. HEX triplet: 6D, 64 and D8. RGB value is (109,100,216). Sum of RGB (Red+Green+Blue) = 109+100+216=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #6D64D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D64D8 is #929B27. Grayscale: #737373. Windows color (decimal): -9607976 or 14181485. OLE color: 14181485.

HSL color Cylindrical-coordinate representation of color #6D64D8: hue angle of 244.66º degrees, saturation: 0.6, 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 #6D64D8 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB109100216-
CMYK0.500.5400.15
HSL244.66º59.79%61.96%-
HSV(B)244.66º53.7%84.71%-
XYZ23.2617.3267.08-
YUV115.92184.48123.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.65%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 216 (84.77% from 255) = 50.82%
R=25.65%
G=23.53%
B=50.82%

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
Decimal1091002160.500.5400.15244.6659.7961.96
Hex6D64D832360Ff53c3e
Octal15514433062660173657476
Binary11011011100100110110001100101101100111111110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D64D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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