Html Css Color HEX #6E268E Vivid Violet

📋 copy color: '#6E268E'

red 110 ◦ green 38 ◦ blue 142

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

Shades of Vivid Violet #6E268E

Tints of Vivid Violet #6E268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.97%

R = 37.93%
G = 13.1%
B = 48.97%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E268E (or 0x6E268E) is known color: Vivid Violet. HEX triplet: 6E, 26 and 8E. RGB value is (110,38,142). Sum of RGB (Red+Green+Blue) = 110+38+142=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E268E is #91D971. Grayscale: #474747. Windows color (decimal): -9558386 or 9315950. OLE color: 9315950.

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

Color convert

RGB 110 38 142 -
CMYK 0.23 0.73 0 0.44
HSL 281.54º 0.58% 0.35% -
HSV(B) 281.54º 0.73% 0.56% -
XYZ 12.01 6.65 26.24 -
YUV 71.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 110 38 142 0.23 0.73 0 0.44 281.54 0.58 0.35
Hex 6E 26 8E 17 49 0 2C 11A 3A 23
Octal 156 46 216 27 111 0 54 432 72 43
Binary 1101110 100110 10001110 10111 1001001 0 101100 100011010 111010 100011

Color Harmonies of #6E268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E268E

Black with #6E268E

Text Example


Text Example

White with #6E268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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