Html Css Color HEX #6E169B Vivid Violet

📋 copy color: '#6E169B'

red 110 ◦ green 22 ◦ blue 155

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

Shades of Vivid Violet #6E169B

Tints of Vivid Violet #6E169B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

 BLUE value IS 155 (60.94% from 255) = 54.01%

R = 38.33%
G = 7.67%
B = 54.01%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E169B (or 0x6E169B) is known color: Vivid Violet. HEX triplet: 6E, 16 and 9B. RGB value is (110,22,155). Sum of RGB (Red+Green+Blue) = 110+22+155=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E169B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E169B is #91E964. Grayscale: #3F3F3F. Windows color (decimal): -9562469 or 10163822. OLE color: 10163822.

HSL color Cylindrical-coordinate representation of color #6E169B: hue angle of 279.7º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E169B is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 22 155 -
CMYK 0.29 0.86 0 0.39
HSL 279.7º 0.75% 0.35% -
HSV(B) 279.7º 0.86% 0.61% -
XYZ 12.63 6.26 31.55 -
YUV 63.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 110 22 155 0.29 0.86 0 0.39 279.7 0.75 0.35
Hex 6E 16 9B 1D 56 0 27 118 4B 23
Octal 156 26 233 35 126 0 47 430 113 43
Binary 1101110 10110 10011011 11101 1010110 0 100111 100011000 1001011 100011

Color Harmonies of #6E169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E169B

Black with #6E169B

Text Example


Text Example

White with #6E169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,22,155); }

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

background-color css

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

 a { background-color: rgb(110,22,155); }

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

border-color css

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

 span { border-color: rgb(110,22,155); }

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