Html Css Color HEX #6A3AEA Blue Violet

📋 copy color: '#6A3AEA'

red 106 ◦ green 58 ◦ blue 234

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

Shades of Blue Violet #6A3AEA

Tints of Blue Violet #6A3AEA

RGB

 RED value IS 106 (41.8% from 255) = 26.63%

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

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

R = 26.63%
G = 14.57%
B = 58.79%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A3AEA (or 0x6A3AEA) is known color: Blue Violet. HEX triplet: 6A, 3A and EA. RGB value is (106,58,234). Sum of RGB (Red+Green+Blue) = 106+58+234=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A3AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3AEA is #95C515. Grayscale: #5B5B5B. Windows color (decimal): -9815318 or 15350378. OLE color: 15350378.

HSL color Cylindrical-coordinate representation of color #6A3AEA: hue angle of 256.36º 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 #6A3AEA is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 58 234 -
CMYK 0.55 0.75 0 0.08
HSL 256.36º 0.81% 0.57% -
HSV(B) 256.36º 0.75% 0.92% -
XYZ 22.31 12.03 78.99 -
YUV 92.42 207.9 137.69 -
System Red Green Blue C M Y K H S L
Decimal 106 58 234 0.55 0.75 0 0.08 256.36 0.81 0.57
Hex 6A 3A EA 37 4B 0 8 100 51 39
Octal 152 72 352 67 113 0 10 400 121 71
Binary 1101010 111010 11101010 110111 1001011 0 1000 100000000 1010001 111001

Color Harmonies of #6A3AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3AEA

Black with #6A3AEA

Text Example


Text Example

White with #6A3AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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