Html Css Color HEX #6D64D9 Slate Blue

📋 copy color: '#6D64D9'

red 109 ◦ green 100 ◦ blue 217

#6D64D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6D64D9

Tints of Slate Blue #6D64D9

RGB

 RED value IS 109 (42.97% from 255) = 25.59%

 GREEN value IS 100 (39.45% from 255) = 23.47%

 BLUE value IS 217 (85.16% from 255) = 50.94%

R = 25.59%
G = 23.47%
B = 50.94%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6D64D9 (or 0x6D64D9) is known color: Slate Blue. HEX triplet: 6D, 64 and D9. RGB value is (109,100,217). Sum of RGB (Red+Green+Blue) = 109+100+217=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #6D64D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D64D9 is #929B26. Grayscale: #737373. Windows color (decimal): -9607975 or 14247021. OLE color: 14247021.

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

Color convert

RGB 109 100 217 -
CMYK 0.50 0.54 0 0.15
HSL 244.62º 0.61% 0.62% -
HSV(B) 244.62º 0.54% 0.85% -
XYZ 23.39 17.38 67.77 -
YUV 116.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 109 100 217 0.50 0.54 0 0.15 244.62 0.61 0.62
Hex 6D 64 D9 32 36 0 F F5 3D 3E
Octal 155 144 331 62 66 0 17 365 75 76
Binary 1101101 1100100 11011001 110010 110110 0 1111 11110101 111101 111110

Color Harmonies of #6D64D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D64D9

Black with #6D64D9

Text Example


Text Example

White with #6D64D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D64D9;
 }
 .AnyTagClassName
 {
   color: #6D64D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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