Html Css Color HEX #6E268D Vivid Violet

📋 copy color: '#6E268D'

red 110 ◦ green 38 ◦ blue 141

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

Shades of Vivid Violet #6E268D

Tints of Vivid Violet #6E268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.15%

 BLUE value IS 141 (55.47% from 255) = 48.79%

R = 38.06%
G = 13.15%
B = 48.79%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E268D (or 0x6E268D) is known color: Vivid Violet. HEX triplet: 6E, 26 and 8D. RGB value is (110,38,141). Sum of RGB (Red+Green+Blue) = 110+38+141=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E268D is #91D972. Grayscale: #464646. Windows color (decimal): -9558387 or 9250414. OLE color: 9250414.

HSL color Cylindrical-coordinate representation of color #6E268D: hue angle of 281.94º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E268D is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 38 141 -
CMYK 0.22 0.73 0 0.45
HSL 281.94º 0.58% 0.35% -
HSV(B) 281.94º 0.73% 0.55% -
XYZ 11.93 6.62 25.85 -
YUV 71.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 110 38 141 0.22 0.73 0 0.45 281.94 0.58 0.35
Hex 6E 26 8D 16 49 0 2D 11A 3A 23
Octal 156 46 215 26 111 0 55 432 72 43
Binary 1101110 100110 10001101 10110 1001001 0 101101 100011010 111010 100011

Color Harmonies of #6E268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E268D

Black with #6E268D

Text Example


Text Example

White with #6E268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,38,141); }

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

background-color css

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

 a { background-color: rgb(110,38,141); }

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

border-color css

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

 span { border-color: rgb(110,38,141); }

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