Html Css Color HEX #6D64DF Slate Blue

📋 copy color: '#6D64DF'

red 109 ◦ green 100 ◦ blue 223

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

Shades of Slate Blue #6D64DF

Tints of Slate Blue #6D64DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 25.23%
G = 23.15%
B = 51.62%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D64DF (or 0x6D64DF) is known color: Slate Blue. HEX triplet: 6D, 64 and DF. RGB value is (109,100,223). Sum of RGB (Red+Green+Blue) = 109+100+223=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D64DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D64DF is #929B20. Grayscale: #747474. Windows color (decimal): -9607969 or 14640237. OLE color: 14640237.

HSL color Cylindrical-coordinate representation of color #6D64DF: hue angle of 244.39º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D64DF is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 100 223 -
CMYK 0.51 0.55 0 0.13
HSL 244.39º 0.66% 0.63% -
HSV(B) 244.39º 0.55% 0.87% -
XYZ 24.18 17.69 71.95 -
YUV 116.71 187.98 122.5 -
System Red Green Blue C M Y K H S L
Decimal 109 100 223 0.51 0.55 0 0.13 244.39 0.66 0.63
Hex 6D 64 DF 33 37 0 D F4 42 3F
Octal 155 144 337 63 67 0 15 364 102 77
Binary 1101101 1100100 11011111 110011 110111 0 1101 11110100 1000010 111111

Color Harmonies of #6D64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D64DF

Black with #6D64DF

Text Example


Text Example

White with #6D64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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