Html Css Color HEX #6E49DB Slate Blue

📋 copy color: '#6E49DB'

red 110 ◦ green 73 ◦ blue 219

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

Shades of Slate Blue #6E49DB

Tints of Slate Blue #6E49DB

RGB

 RED value IS 110 (43.36% from 255) = 27.36%

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

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

R = 27.36%
G = 18.16%
B = 54.48%

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

#6E49DB (or 0x6E49DB) is known color: Slate Blue. HEX triplet: 6E, 49 and DB. RGB value is (110,73,219). Sum of RGB (Red+Green+Blue) = 110+73+219=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 73 (28.91% from 255 or 18.16% 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 #6E49DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E49DB is #91B624. Grayscale: #646464. Windows color (decimal): -9549349 or 14371182. OLE color: 14371182.

HSL color Cylindrical-coordinate representation of color #6E49DB: hue angle of 255.21º 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 #6E49DB is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 73 219 -
CMYK 0.50 0.67 0 0.14
HSL 255.21º 0.67% 0.57% -
HSV(B) 255.21º 0.67% 0.86% -
XYZ 21.6 13.19 68.43 -
YUV 100.71 194.76 134.63 -
System Red Green Blue C M Y K H S L
Decimal 110 73 219 0.50 0.67 0 0.14 255.21 0.67 0.57
Hex 6E 49 DB 32 43 0 E FF 43 39
Octal 156 111 333 62 103 0 16 377 103 71
Binary 1101110 1001001 11011011 110010 1000011 0 1110 11111111 1000011 111001

Color Harmonies of #6E49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E49DB

Black with #6E49DB

Text Example


Text Example

White with #6E49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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