Html Css Color HEX #6E109D Vivid Violet

📋 copy color: '#6E109D'

red 110 ◦ green 16 ◦ blue 157

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

Shades of Vivid Violet #6E109D

Tints of Vivid Violet #6E109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 38.87%
G = 5.65%
B = 55.48%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E109D (or 0x6E109D) is known color: Vivid Violet. HEX triplet: 6E, 10 and 9D. RGB value is (110,16,157). Sum of RGB (Red+Green+Blue) = 110+16+157=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E109D is #91EF62. Grayscale: #3B3B3B. Windows color (decimal): -9564003 or 10293358. OLE color: 10293358.

HSL color Cylindrical-coordinate representation of color #6E109D: hue angle of 280º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E109D is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 16 157 -
CMYK 0.30 0.90 0 0.38
HSL 280º 0.82% 0.34% -
HSV(B) 280º 0.9% 0.62% -
XYZ 12.7 6.12 32.41 -
YUV 60.18 182.64 163.54 -
System Red Green Blue C M Y K H S L
Decimal 110 16 157 0.30 0.90 0 0.38 280 0.82 0.34
Hex 6E 10 9D 1E 5A 0 26 118 52 22
Octal 156 20 235 36 132 0 46 430 122 42
Binary 1101110 10000 10011101 11110 1011010 0 100110 100011000 1010010 100010

Color Harmonies of #6E109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E109D

Black with #6E109D

Text Example


Text Example

White with #6E109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,16,157); }

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

background-color css

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

 a { background-color: rgb(110,16,157); }

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

border-color css

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

 span { border-color: rgb(110,16,157); }

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