Html Css Color HEX #6D49DB Slate Blue

📋 copy color: '#6D49DB'

red 109 ◦ green 73 ◦ blue 219

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

Shades of Slate Blue #6D49DB

Tints of Slate Blue #6D49DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.2%

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

R = 27.18%
G = 18.2%
B = 54.61%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D49DB (or 0x6D49DB) is known color: Slate Blue. HEX triplet: 6D, 49 and DB. RGB value is (109,73,219). Sum of RGB (Red+Green+Blue) = 109+73+219=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D49DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D49DB is #92B624. Grayscale: #636363. Windows color (decimal): -9614885 or 14371181. OLE color: 14371181.

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

Color convert

RGB 109 73 219 -
CMYK 0.50 0.67 0 0.14
HSL 254.79º 0.67% 0.57% -
HSV(B) 254.79º 0.67% 0.86% -
XYZ 21.48 13.13 68.42 -
YUV 100.41 194.93 134.13 -
System Red Green Blue C M Y K H S L
Decimal 109 73 219 0.50 0.67 0 0.14 254.79 0.67 0.57
Hex 6D 49 DB 32 43 0 E FF 43 39
Octal 155 111 333 62 103 0 16 377 103 71
Binary 1101101 1001001 11011011 110010 1000011 0 1110 11111111 1000011 111001

Color Harmonies of #6D49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D49DB

Black with #6D49DB

Text Example


Text Example

White with #6D49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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