Html Css Color HEX #6E268B Vivid Violet

📋 copy color: '#6E268B'

red 110 ◦ green 38 ◦ blue 139

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

Shades of Vivid Violet #6E268B

Tints of Vivid Violet #6E268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 38.33%
G = 13.24%
B = 48.43%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E268B (or 0x6E268B) is known color: Vivid Violet. HEX triplet: 6E, 26 and 8B. RGB value is (110,38,139). Sum of RGB (Red+Green+Blue) = 110+38+139=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E268B is #91D974. Grayscale: #464646. Windows color (decimal): -9558389 or 9119342. OLE color: 9119342.

HSL color Cylindrical-coordinate representation of color #6E268B: hue angle of 282.77º degrees, saturation: 0.57, 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 #6E268B is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 38 139 -
CMYK 0.21 0.73 0 0.45
HSL 282.77º 0.57% 0.35% -
HSV(B) 282.77º 0.73% 0.55% -
XYZ 11.78 6.57 25.07 -
YUV 71.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 110 38 139 0.21 0.73 0 0.45 282.77 0.57 0.35
Hex 6E 26 8B 15 49 0 2D 11B 39 23
Octal 156 46 213 25 111 0 55 433 71 43
Binary 1101110 100110 10001011 10101 1001001 0 101101 100011011 111001 100011

Color Harmonies of #6E268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E268B

Black with #6E268B

Text Example


Text Example

White with #6E268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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