Html Css Color HEX #6E44CD Slate Blue

📋 copy color: '#6E44CD'

red 110 ◦ green 68 ◦ blue 205

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

Shades of Slate Blue #6E44CD

Tints of Slate Blue #6E44CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 28.72%
G = 17.75%
B = 53.52%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E44CD (or 0x6E44CD) is known color: Slate Blue. HEX triplet: 6E, 44 and CD. RGB value is (110,68,205). Sum of RGB (Red+Green+Blue) = 110+68+205=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E44CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E44CD is #91BB32. Grayscale: #5F5F5F. Windows color (decimal): -9550643 or 13452398. OLE color: 13452398.

HSL color Cylindrical-coordinate representation of color #6E44CD: hue angle of 258.39º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E44CD is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 68 205 -
CMYK 0.46 0.67 0 0.20
HSL 258.39º 0.58% 0.54% -
HSV(B) 258.39º 0.67% 0.8% -
XYZ 19.52 11.86 59.02 -
YUV 96.18 189.41 137.86 -
System Red Green Blue C M Y K H S L
Decimal 110 68 205 0.46 0.67 0 0.20 258.39 0.58 0.54
Hex 6E 44 CD 2E 43 0 14 102 3A 36
Octal 156 104 315 56 103 0 24 402 72 66
Binary 1101110 1000100 11001101 101110 1000011 0 10100 100000010 111010 110110

Color Harmonies of #6E44CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E44CD

Black with #6E44CD

Text Example


Text Example

White with #6E44CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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