Html Css Color HEX #6E1CE8 Blue Violet

📋 copy color: '#6E1CE8'

red 110 ◦ green 28 ◦ blue 232

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

Shades of Blue Violet #6E1CE8

Tints of Blue Violet #6E1CE8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.57%

 BLUE value IS 232 (91.02% from 255) = 62.7%

R = 29.73%
G = 7.57%
B = 62.7%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6E1CE8 (or 0x6E1CE8) is known color: Blue Violet. HEX triplet: 6E, 1C and E8. RGB value is (110,28,232). Sum of RGB (Red+Green+Blue) = 110+28+232=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 232 (91.02% from 255 or 62.70% from 370); Max value from RGB is 232 - color contains mainly: blue. Hex color #6E1CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1CE8 is #91E317. Grayscale: #4B4B4B. Windows color (decimal): -9560856 or 15211630. OLE color: 15211630.

HSL color Cylindrical-coordinate representation of color #6E1CE8: hue angle of 264.12º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1CE8 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 110 28 232 -
CMYK 0.53 0.88 0 0.09
HSL 264.12º 0.82% 0.51% -
HSV(B) 264.12º 0.88% 0.91% -
XYZ 21.41 9.97 77.14 -
YUV 75.77 216.17 152.41 -
System Red Green Blue C M Y K H S L
Decimal 110 28 232 0.53 0.88 0 0.09 264.12 0.82 0.51
Hex 6E 1C E8 35 58 0 9 108 52 33
Octal 156 34 350 65 130 0 11 410 122 63
Binary 1101110 11100 11101000 110101 1011000 0 1001 100001000 1010010 110011

Color Harmonies of #6E1CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1CE8

Black with #6E1CE8

Text Example


Text Example

White with #6E1CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,28,232); }

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

background-color css

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

 a { background-color: rgb(110,28,232); }

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

border-color css

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

 span { border-color: rgb(110,28,232); }

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