Html Css Color HEX #6E41DD Slate Blue

📋 copy color: '#6E41DD'

red 110 ◦ green 65 ◦ blue 221

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

Shades of Slate Blue #6E41DD

Tints of Slate Blue #6E41DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.41%

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 27.78%
G = 16.41%
B = 55.81%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E41DD (or 0x6E41DD) is known color: Slate Blue. HEX triplet: 6E, 41 and DD. RGB value is (110,65,221). Sum of RGB (Red+Green+Blue) = 110+65+221=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E41DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E41DD is #91BE22. Grayscale: #5F5F5F. Windows color (decimal): -9551395 or 14500206. OLE color: 14500206.

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

Color convert

RGB 110 65 221 -
CMYK 0.50 0.71 0 0.13
HSL 257.31º 0.7% 0.56% -
HSV(B) 257.31º 0.71% 0.87% -
XYZ 21.37 12.32 69.66 -
YUV 96.24 198.41 137.82 -
System Red Green Blue C M Y K H S L
Decimal 110 65 221 0.50 0.71 0 0.13 257.31 0.7 0.56
Hex 6E 41 DD 32 47 0 D 101 46 38
Octal 156 101 335 62 107 0 15 401 106 70
Binary 1101110 1000001 11011101 110010 1000111 0 1101 100000001 1000110 111000

Color Harmonies of #6E41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E41DD

Black with #6E41DD

Text Example


Text Example

White with #6E41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,65,221); }

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

background-color css

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

 a { background-color: rgb(110,65,221); }

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

border-color css

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

 span { border-color: rgb(110,65,221); }

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