Html Css Color HEX #6E4CDB Slate Blue

📋 copy color: '#6E4CDB'

red 110 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #6E4CDB

Tints of Slate Blue #6E4CDB

RGB

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

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

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

R = 27.16%
G = 18.77%
B = 54.07%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E4CDB (or 0x6E4CDB) is known color: Slate Blue. HEX triplet: 6E, 4C and DB. RGB value is (110,76,219). Sum of RGB (Red+Green+Blue) = 110+76+219=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E4CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4CDB is #91B324. Grayscale: #656565. Windows color (decimal): -9548581 or 14371950. OLE color: 14371950.

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

Color convert

RGB 110 76 219 -
CMYK 0.50 0.65 0 0.14
HSL 254.27º 0.67% 0.58% -
HSV(B) 254.27º 0.65% 0.86% -
XYZ 21.8 13.6 68.49 -
YUV 102.47 193.76 133.37 -
System Red Green Blue C M Y K H S L
Decimal 110 76 219 0.50 0.65 0 0.14 254.27 0.67 0.58
Hex 6E 4C DB 32 41 0 E FE 43 3A
Octal 156 114 333 62 101 0 16 376 103 72
Binary 1101110 1001100 11011011 110010 1000001 0 1110 11111110 1000011 111010

Color Harmonies of #6E4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4CDB

Black with #6E4CDB

Text Example


Text Example

White with #6E4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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