Html Css Color HEX #6D4ADA Slate Blue

📋 copy color: '#6D4ADA'

red 109 ◦ green 74 ◦ blue 218

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

Shades of Slate Blue #6D4ADA

Tints of Slate Blue #6D4ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.45%

 BLUE value IS 218 (85.55% from 255) = 54.36%

R = 27.18%
G = 18.45%
B = 54.36%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6D4ADA (or 0x6D4ADA) is known color: Slate Blue. HEX triplet: 6D, 4A and DA. RGB value is (109,74,218). Sum of RGB (Red+Green+Blue) = 109+74+218=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D4ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4ADA is #92B525. Grayscale: #646464. Windows color (decimal): -9614630 or 14305901. OLE color: 14305901.

HSL color Cylindrical-coordinate representation of color #6D4ADA: hue angle of 254.58º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D4ADA is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 74 218 -
CMYK 0.5 0.66 0 0.15
HSL 254.58º 0.66% 0.57% -
HSV(B) 254.58º 0.66% 0.85% -
XYZ 21.41 13.21 67.75 -
YUV 100.88 194.1 133.79 -
System Red Green Blue C M Y K H S L
Decimal 109 74 218 0.5 0.66 0 0.15 254.58 0.66 0.57
Hex 6D 4A DA 32 42 0 F FF 42 39
Octal 155 112 332 62 102 0 17 377 102 71
Binary 1101101 1001010 11011010 110010 1000010 0 1111 11111111 1000010 111001

Color Harmonies of #6D4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4ADA

Black with #6D4ADA

Text Example


Text Example

White with #6D4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,74,218); }

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

background-color css

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

 a { background-color: rgb(109,74,218); }

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

border-color css

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

 span { border-color: rgb(109,74,218); }

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