Html Css Color HEX #6C3AEF Blue Violet

📋 copy color: '#6C3AEF'

red 108 ◦ green 58 ◦ blue 239

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

Shades of Blue Violet #6C3AEF

Tints of Blue Violet #6C3AEF

RGB

 RED value IS 108 (42.58% from 255) = 26.67%

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

 BLUE value IS 239 (93.75% from 255) = 59.01%

R = 26.67%
G = 14.32%
B = 59.01%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6C3AEF (or 0x6C3AEF) is known color: Blue Violet. HEX triplet: 6C, 3A and EF. RGB value is (108,58,239). Sum of RGB (Red+Green+Blue) = 108+58+239=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C3AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C3AEF is #93C510. Grayscale: #5C5C5C. Windows color (decimal): -9684241 or 15678060. OLE color: 15678060.

HSL color Cylindrical-coordinate representation of color #6C3AEF: hue angle of 256.57º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C3AEF is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 58 239 -
CMYK 0.55 0.76 0 0.06
HSL 256.57º 0.85% 0.58% -
HSV(B) 256.57º 0.76% 0.94% -
XYZ 23.28 12.45 82.84 -
YUV 93.58 210.07 138.28 -
System Red Green Blue C M Y K H S L
Decimal 108 58 239 0.55 0.76 0 0.06 256.57 0.85 0.58
Hex 6C 3A EF 37 4C 0 6 101 55 3A
Octal 154 72 357 67 114 0 6 401 125 72
Binary 1101100 111010 11101111 110111 1001100 0 110 100000001 1010101 111010

Color Harmonies of #6C3AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3AEF

Black with #6C3AEF

Text Example


Text Example

White with #6C3AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,58,239); }

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

background-color css

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

 a { background-color: rgb(108,58,239); }

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

border-color css

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

 span { border-color: rgb(108,58,239); }

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