Html Css Color HEX #6E17DD Blue Violet

📋 copy color: '#6E17DD'

red 110 ◦ green 23 ◦ blue 221

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

Shades of Blue Violet #6E17DD

Tints of Blue Violet #6E17DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.5%

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

R = 31.07%
G = 6.5%
B = 62.43%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E17DD (or 0x6E17DD) is known color: Blue Violet. HEX triplet: 6E, 17 and DD. RGB value is (110,23,221). Sum of RGB (Red+Green+Blue) = 110+23+221=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E17DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E17DD is #91E822. Grayscale: #464646. Windows color (decimal): -9562147 or 14489454. OLE color: 14489454.

HSL color Cylindrical-coordinate representation of color #6E17DD: hue angle of 266.36º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E17DD is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 23 221 -
CMYK 0.50 0.90 0 0.13
HSL 266.36º 0.81% 0.48% -
HSV(B) 266.36º 0.9% 0.87% -
XYZ 19.79 9.15 69.13 -
YUV 71.59 212.32 155.4 -
System Red Green Blue C M Y K H S L
Decimal 110 23 221 0.50 0.90 0 0.13 266.36 0.81 0.48
Hex 6E 17 DD 32 5A 0 D 10A 51 30
Octal 156 27 335 62 132 0 15 412 121 60
Binary 1101110 10111 11011101 110010 1011010 0 1101 100001010 1010001 110000

Color Harmonies of #6E17DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E17DD

Black with #6E17DD

Text Example


Text Example

White with #6E17DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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