Html Css Color HEX #6E64DB Slate Blue

📋 copy color: '#6E64DB'

red 110 ◦ green 100 ◦ blue 219

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

Shades of Slate Blue #6E64DB

Tints of Slate Blue #6E64DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.31%

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

R = 25.64%
G = 23.31%
B = 51.05%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E64DB (or 0x6E64DB) is known color: Slate Blue. HEX triplet: 6E, 64 and DB. RGB value is (110,100,219). Sum of RGB (Red+Green+Blue) = 110+100+219=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E64DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E64DB is #919B24. Grayscale: #747474. Windows color (decimal): -9542437 or 14378094. OLE color: 14378094.

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

Color convert

RGB 110 100 219 -
CMYK 0.50 0.54 0 0.14
HSL 245.04º 0.62% 0.63% -
HSV(B) 245.04º 0.54% 0.86% -
XYZ 23.77 17.54 69.15 -
YUV 116.56 185.81 123.32 -
System Red Green Blue C M Y K H S L
Decimal 110 100 219 0.50 0.54 0 0.14 245.04 0.62 0.63
Hex 6E 64 DB 32 36 0 E F5 3E 3F
Octal 156 144 333 62 66 0 16 365 76 77
Binary 1101110 1100100 11011011 110010 110110 0 1110 11110101 111110 111111

Color Harmonies of #6E64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E64DB

Black with #6E64DB

Text Example


Text Example

White with #6E64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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