Html Css Color HEX #6E3AF8 Blue Violet

📋 copy color: '#6E3AF8'

red 110 ◦ green 58 ◦ blue 248

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

Shades of Blue Violet #6E3AF8

Tints of Blue Violet #6E3AF8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.94%

 BLUE value IS 248 (97.27% from 255) = 59.62%

R = 26.44%
G = 13.94%
B = 59.62%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6E3AF8 (or 0x6E3AF8) is known color: Blue Violet. HEX triplet: 6E, 3A and F8. RGB value is (110,58,248). Sum of RGB (Red+Green+Blue) = 110+58+248=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 248 (97.27% from 255 or 59.62% from 416); Max value from RGB is 248 - color contains mainly: blue. Hex color #6E3AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3AF8 is #91C507. Grayscale: #5E5E5E. Windows color (decimal): -9553160 or 16267886. OLE color: 16267886.

HSL color Cylindrical-coordinate representation of color #6E3AF8: hue angle of 256.42º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E3AF8 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 110 58 248 -
CMYK 0.56 0.77 0 0.03
HSL 256.42º 0.93% 0.6% -
HSV(B) 256.42º 0.77% 0.97% -
XYZ 24.89 13.12 90.03 -
YUV 95.21 214.23 138.55 -
System Red Green Blue C M Y K H S L
Decimal 110 58 248 0.56 0.77 0 0.03 256.42 0.93 0.6
Hex 6E 3A F8 38 4D 0 3 100 5D 3C
Octal 156 72 370 70 115 0 3 400 135 74
Binary 1101110 111010 11111000 111000 1001101 0 11 100000000 1011101 111100

Color Harmonies of #6E3AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3AF8

Black with #6E3AF8

Text Example


Text Example

White with #6E3AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,58,248); }

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

background-color css

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

 a { background-color: rgb(110,58,248); }

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

border-color css

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

 span { border-color: rgb(110,58,248); }

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