Html Css Color HEX #6E6ADB Slate Blue

📋 copy color: '#6E6ADB'

red 110 ◦ green 106 ◦ blue 219

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

Shades of Slate Blue #6E6ADB

Tints of Slate Blue #6E6ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.37%

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

R = 25.29%
G = 24.37%
B = 50.34%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E6ADB (or 0x6E6ADB) is known color: Slate Blue. HEX triplet: 6E, 6A and DB. RGB value is (110,106,219). Sum of RGB (Red+Green+Blue) = 110+106+219=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E6ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6ADB is #919524. Grayscale: #777777. Windows color (decimal): -9540901 or 14379630. OLE color: 14379630.

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

Color convert

RGB 110 106 219 -
CMYK 0.50 0.52 0 0.14
HSL 242.12º 0.61% 0.64% -
HSV(B) 242.12º 0.52% 0.86% -
XYZ 24.37 18.74 69.35 -
YUV 120.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 110 106 219 0.50 0.52 0 0.14 242.12 0.61 0.64
Hex 6E 6A DB 32 34 0 E F2 3D 40
Octal 156 152 333 62 64 0 16 362 75 100
Binary 1101110 1101010 11011011 110010 110100 0 1110 11110010 111101 1000000

Color Harmonies of #6E6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6ADB

Black with #6E6ADB

Text Example


Text Example

White with #6E6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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