Html Css Color HEX #6E08D1 Dark Violet

📋 copy color: '#6E08D1'

red 110 ◦ green 8 ◦ blue 209

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

Shades of Dark Violet #6E08D1

Tints of Dark Violet #6E08D1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

 BLUE value IS 209 (82.03% from 255) = 63.91%

R = 33.64%
G = 2.45%
B = 63.91%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6E08D1 (or 0x6E08D1) is known color: Dark Violet. HEX triplet: 6E, 08 and D1. RGB value is (110,8,209). Sum of RGB (Red+Green+Blue) = 110+8+209=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 209 (82.03% from 255 or 63.91% from 327); Max value from RGB is 209 - color contains mainly: blue. Hex color #6E08D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E08D1 is #91F72E. Grayscale: #3C3C3C. Windows color (decimal): -9565999 or 13699182. OLE color: 13699182.

HSL color Cylindrical-coordinate representation of color #6E08D1: hue angle of 270.45º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E08D1 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 8 209 -
CMYK 0.47 0.96 0 0.18
HSL 270.45º 0.93% 0.43% -
HSV(B) 270.45º 0.96% 0.82% -
XYZ 18.03 8.09 60.93 -
YUV 61.41 211.29 162.66 -
System Red Green Blue C M Y K H S L
Decimal 110 8 209 0.47 0.96 0 0.18 270.45 0.93 0.43
Hex 6E 8 D1 2F 60 0 12 10E 5D 2B
Octal 156 10 321 57 140 0 22 416 135 53
Binary 1101110 1000 11010001 101111 1100000 0 10010 100001110 1011101 101011

Color Harmonies of #6E08D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E08D1

Black with #6E08D1

Text Example


Text Example

White with #6E08D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,8,209); }

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

background-color css

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

 a { background-color: rgb(110,8,209); }

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

border-color css

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

 span { border-color: rgb(110,8,209); }

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