Html Css Color HEX #6A3AEE Blue Violet

📋 copy color: '#6A3AEE'

red 106 ◦ green 58 ◦ blue 238

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

Shades of Blue Violet #6A3AEE

Tints of Blue Violet #6A3AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 26.37%
G = 14.43%
B = 59.2%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A3AEE (or 0x6A3AEE) is known color: Blue Violet. HEX triplet: 6A, 3A and EE. RGB value is (106,58,238). Sum of RGB (Red+Green+Blue) = 106+58+238=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A3AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3AEE is #95C511. Grayscale: #5C5C5C. Windows color (decimal): -9815314 or 15612522. OLE color: 15612522.

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

Color convert

RGB 106 58 238 -
CMYK 0.55 0.76 0 0.07
HSL 256º 0.84% 0.58% -
HSV(B) 256º 0.76% 0.93% -
XYZ 22.89 12.26 82.05 -
YUV 92.87 209.9 137.36 -
System Red Green Blue C M Y K H S L
Decimal 106 58 238 0.55 0.76 0 0.07 256 0.84 0.58
Hex 6A 3A EE 37 4C 0 7 100 54 3A
Octal 152 72 356 67 114 0 7 400 124 72
Binary 1101010 111010 11101110 110111 1001100 0 111 100000000 1010100 111010

Color Harmonies of #6A3AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3AEE

Black with #6A3AEE

Text Example


Text Example

White with #6A3AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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