Html Css Color HEX #6D4CDF Slate Blue

📋 copy color: '#6D4CDF'

red 109 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #6D4CDF

Tints of Slate Blue #6D4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.63%

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

R = 26.72%
G = 18.63%
B = 54.66%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D4CDF (or 0x6D4CDF) is known color: Slate Blue. HEX triplet: 6D, 4C and DF. RGB value is (109,76,223). Sum of RGB (Red+Green+Blue) = 109+76+223=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D4CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4CDF is #92B320. Grayscale: #666666. Windows color (decimal): -9614113 or 14634093. OLE color: 14634093.

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

Color convert

RGB 109 76 223 -
CMYK 0.51 0.66 0 0.13
HSL 253.47º 0.7% 0.59% -
HSV(B) 253.47º 0.66% 0.87% -
XYZ 22.21 13.75 71.3 -
YUV 102.63 195.93 132.55 -
System Red Green Blue C M Y K H S L
Decimal 109 76 223 0.51 0.66 0 0.13 253.47 0.7 0.59
Hex 6D 4C DF 33 42 0 D FD 46 3B
Octal 155 114 337 63 102 0 15 375 106 73
Binary 1101101 1001100 11011111 110011 1000010 0 1101 11111101 1000110 111011

Color Harmonies of #6D4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4CDF

Black with #6D4CDF

Text Example


Text Example

White with #6D4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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