Html Css Color HEX #6E59DB Slate Blue

📋 copy color: '#6E59DB'

red 110 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #6E59DB

Tints of Slate Blue #6E59DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.29%

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

R = 26.32%
G = 21.29%
B = 52.39%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E59DB (or 0x6E59DB) is known color: Slate Blue. HEX triplet: 6E, 59 and DB. RGB value is (110,89,219). Sum of RGB (Red+Green+Blue) = 110+89+219=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E59DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E59DB is #91A624. Grayscale: #6D6D6D. Windows color (decimal): -9545253 or 14375278. OLE color: 14375278.

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

Color convert

RGB 110 89 219 -
CMYK 0.50 0.59 0 0.14
HSL 249.69º 0.64% 0.6% -
HSV(B) 249.69º 0.59% 0.86% -
XYZ 22.79 15.57 68.82 -
YUV 110.1 189.46 127.93 -
System Red Green Blue C M Y K H S L
Decimal 110 89 219 0.50 0.59 0 0.14 249.69 0.64 0.6
Hex 6E 59 DB 32 3B 0 E FA 40 3C
Octal 156 131 333 62 73 0 16 372 100 74
Binary 1101110 1011001 11011011 110010 111011 0 1110 11111010 1000000 111100

Color Harmonies of #6E59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E59DB

Black with #6E59DB

Text Example


Text Example

White with #6E59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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