Html Css Color HEX #6C3AEA Blue Violet

📋 copy color: '#6C3AEA'

red 108 ◦ green 58 ◦ blue 234

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

Shades of Blue Violet #6C3AEA

Tints of Blue Violet #6C3AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.5%

R = 27%
G = 14.5%
B = 58.5%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C3AEA (or 0x6C3AEA) is known color: Blue Violet. HEX triplet: 6C, 3A and EA. RGB value is (108,58,234). Sum of RGB (Red+Green+Blue) = 108+58+234=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C3AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C3AEA is #93C515. Grayscale: #5C5C5C. Windows color (decimal): -9684246 or 15350380. OLE color: 15350380.

HSL color Cylindrical-coordinate representation of color #6C3AEA: hue angle of 257.05º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C3AEA is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 58 234 -
CMYK 0.54 0.75 0 0.08
HSL 257.05º 0.81% 0.57% -
HSV(B) 257.05º 0.75% 0.92% -
XYZ 22.55 12.15 79 -
YUV 93.01 207.57 138.69 -
System Red Green Blue C M Y K H S L
Decimal 108 58 234 0.54 0.75 0 0.08 257.05 0.81 0.57
Hex 6C 3A EA 36 4B 0 8 101 51 39
Octal 154 72 352 66 113 0 10 401 121 71
Binary 1101100 111010 11101010 110110 1001011 0 1000 100000001 1010001 111001

Color Harmonies of #6C3AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3AEA

Black with #6C3AEA

Text Example


Text Example

White with #6C3AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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