Html Css Color HEX #6E44DE Slate Blue

📋 copy color: '#6E44DE'

red 110 ◦ green 68 ◦ blue 222

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

Shades of Slate Blue #6E44DE

Tints of Slate Blue #6E44DE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17%

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 27.5%
G = 17%
B = 55.5%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E44DE (or 0x6E44DE) is known color: Slate Blue. HEX triplet: 6E, 44 and DE. RGB value is (110,68,222). Sum of RGB (Red+Green+Blue) = 110+68+222=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E44DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E44DE is #91BB21. Grayscale: #616161. Windows color (decimal): -9550626 or 14566510. OLE color: 14566510.

HSL color Cylindrical-coordinate representation of color #6E44DE: hue angle of 256.36º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E44DE is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 68 222 -
CMYK 0.50 0.69 0 0.13
HSL 256.36º 0.7% 0.57% -
HSV(B) 256.36º 0.69% 0.87% -
XYZ 21.68 12.72 70.42 -
YUV 98.11 197.91 136.48 -
System Red Green Blue C M Y K H S L
Decimal 110 68 222 0.50 0.69 0 0.13 256.36 0.7 0.57
Hex 6E 44 DE 32 45 0 D 100 46 39
Octal 156 104 336 62 105 0 15 400 106 71
Binary 1101110 1000100 11011110 110010 1000101 0 1101 100000000 1000110 111001

Color Harmonies of #6E44DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E44DE

Black with #6E44DE

Text Example


Text Example

White with #6E44DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,68,222); }

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

background-color css

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

 a { background-color: rgb(110,68,222); }

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

border-color css

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

 span { border-color: rgb(110,68,222); }

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