Html Css Color HEX #6D4CDE Slate Blue

📋 copy color: '#6D4CDE'

red 109 ◦ green 76 ◦ blue 222

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

Shades of Slate Blue #6D4CDE

Tints of Slate Blue #6D4CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.55%

R = 26.78%
G = 18.67%
B = 54.55%

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

#6D4CDE (or 0x6D4CDE) is known color: Slate Blue. HEX triplet: 6D, 4C and DE. RGB value is (109,76,222). Sum of RGB (Red+Green+Blue) = 109+76+222=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D4CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4CDE is #92B321. Grayscale: #656565. Windows color (decimal): -9614114 or 14568557. OLE color: 14568557.

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

Color convert

RGB 109 76 222 -
CMYK 0.51 0.66 0 0.13
HSL 253.56º 0.69% 0.58% -
HSV(B) 253.56º 0.66% 0.87% -
XYZ 22.08 13.69 70.59 -
YUV 102.51 195.43 132.63 -
System Red Green Blue C M Y K H S L
Decimal 109 76 222 0.51 0.66 0 0.13 253.56 0.69 0.58
Hex 6D 4C DE 33 42 0 D FE 45 3A
Octal 155 114 336 63 102 0 15 376 105 72
Binary 1101101 1001100 11011110 110011 1000010 0 1101 11111110 1000101 111010

Color Harmonies of #6D4CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4CDE

Black with #6D4CDE

Text Example


Text Example

White with #6D4CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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