Html Css Color HEX #6A3CEB Blue Violet

📋 copy color: '#6A3CEB'

red 106 ◦ green 60 ◦ blue 235

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

Shades of Blue Violet #6A3CEB

Tints of Blue Violet #6A3CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.96%

 BLUE value IS 235 (92.19% from 255) = 58.6%

R = 26.43%
G = 14.96%
B = 58.6%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A3CEB (or 0x6A3CEB) is known color: Blue Violet. HEX triplet: 6A, 3C and EB. RGB value is (106,60,235). Sum of RGB (Red+Green+Blue) = 106+60+235=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A3CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3CEB is #95C314. Grayscale: #5D5D5D. Windows color (decimal): -9814805 or 15416426. OLE color: 15416426.

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

Color convert

RGB 106 60 235 -
CMYK 0.55 0.74 0 0.08
HSL 255.77º 0.81% 0.58% -
HSV(B) 255.77º 0.74% 0.92% -
XYZ 22.56 12.29 79.78 -
YUV 93.7 207.74 136.77 -
System Red Green Blue C M Y K H S L
Decimal 106 60 235 0.55 0.74 0 0.08 255.77 0.81 0.58
Hex 6A 3C EB 37 4A 0 8 100 51 3A
Octal 152 74 353 67 112 0 10 400 121 72
Binary 1101010 111100 11101011 110111 1001010 0 1000 100000000 1010001 111010

Color Harmonies of #6A3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3CEB

Black with #6A3CEB

Text Example


Text Example

White with #6A3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,60,235); }

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

background-color css

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

 a { background-color: rgb(106,60,235); }

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

border-color css

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

 span { border-color: rgb(106,60,235); }

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