Html Css Color HEX #6D4ADB Slate Blue

📋 copy color: '#6D4ADB'

red 109 ◦ green 74 ◦ blue 219

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

Shades of Slate Blue #6D4ADB

Tints of Slate Blue #6D4ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 27.11%
G = 18.41%
B = 54.48%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D4ADB (or 0x6D4ADB) is known color: Slate Blue. HEX triplet: 6D, 4A and DB. RGB value is (109,74,219). Sum of RGB (Red+Green+Blue) = 109+74+219=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D4ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4ADB is #92B524. Grayscale: #646464. Windows color (decimal): -9614629 or 14371437. OLE color: 14371437.

HSL color Cylindrical-coordinate representation of color #6D4ADB: hue angle of 254.48º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D4ADB is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 74 219 -
CMYK 0.50 0.66 0 0.14
HSL 254.48º 0.67% 0.57% -
HSV(B) 254.48º 0.66% 0.86% -
XYZ 21.54 13.26 68.44 -
YUV 101 194.6 133.71 -
System Red Green Blue C M Y K H S L
Decimal 109 74 219 0.50 0.66 0 0.14 254.48 0.67 0.57
Hex 6D 4A DB 32 42 0 E FE 43 39
Octal 155 112 333 62 102 0 16 376 103 71
Binary 1101101 1001010 11011011 110010 1000010 0 1110 11111110 1000011 111001

Color Harmonies of #6D4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4ADB

Black with #6D4ADB

Text Example


Text Example

White with #6D4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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