Html Css Color HEX #6A3BEB Blue Violet

📋 copy color: '#6A3BEB'

red 106 ◦ green 59 ◦ blue 235

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

Shades of Blue Violet #6A3BEB

Tints of Blue Violet #6A3BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.75%

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

R = 26.5%
G = 14.75%
B = 58.75%

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

#6A3BEB (or 0x6A3BEB) is known color: Blue Violet. HEX triplet: 6A, 3B and EB. RGB value is (106,59,235). Sum of RGB (Red+Green+Blue) = 106+59+235=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A3BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3BEB is #95C414. Grayscale: #5C5C5C. Windows color (decimal): -9815061 or 15416170. OLE color: 15416170.

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

Color convert

RGB 106 59 235 -
CMYK 0.55 0.75 0 0.08
HSL 256.02º 0.81% 0.58% -
HSV(B) 256.02º 0.75% 0.92% -
XYZ 22.5 12.19 79.76 -
YUV 93.12 208.07 137.19 -
System Red Green Blue C M Y K H S L
Decimal 106 59 235 0.55 0.75 0 0.08 256.02 0.81 0.58
Hex 6A 3B EB 37 4B 0 8 100 51 3A
Octal 152 73 353 67 113 0 10 400 121 72
Binary 1101010 111011 11101011 110111 1001011 0 1000 100000000 1010001 111010

Color Harmonies of #6A3BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3BEB

Black with #6A3BEB

Text Example


Text Example

White with #6A3BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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