Html Css Color HEX #6A2BE5 Blue Violet

📋 copy color: '#6A2BE5'

red 106 ◦ green 43 ◦ blue 229

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

Shades of Blue Violet #6A2BE5

Tints of Blue Violet #6A2BE5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.38%

 BLUE value IS 229 (89.84% from 255) = 60.58%

R = 28.04%
G = 11.38%
B = 60.58%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6A2BE5 (or 0x6A2BE5) is known color: Blue Violet. HEX triplet: 6A, 2B and E5. RGB value is (106,43,229). Sum of RGB (Red+Green+Blue) = 106+43+229=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #6A2BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2BE5 is #95D41A. Grayscale: #525252. Windows color (decimal): -9819163 or 15018858. OLE color: 15018858.

HSL color Cylindrical-coordinate representation of color #6A2BE5: hue angle of 260.32º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A2BE5 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 106 43 229 -
CMYK 0.54 0.81 0 0.10
HSL 260.32º 0.78% 0.53% -
HSV(B) 260.32º 0.81% 0.9% -
XYZ 20.95 10.45 75.04 -
YUV 83.04 210.37 144.38 -
System Red Green Blue C M Y K H S L
Decimal 106 43 229 0.54 0.81 0 0.10 260.32 0.78 0.53
Hex 6A 2B E5 36 51 0 A 104 4E 35
Octal 152 53 345 66 121 0 12 404 116 65
Binary 1101010 101011 11100101 110110 1010001 0 1010 100000100 1001110 110101

Color Harmonies of #6A2BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2BE5

Black with #6A2BE5

Text Example


Text Example

White with #6A2BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,43,229); }

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

background-color css

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

 a { background-color: rgb(106,43,229); }

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

border-color css

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

 span { border-color: rgb(106,43,229); }

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