Html Css Color HEX #6C2AEA Blue Violet

📋 copy color: '#6C2AEA'

red 108 ◦ green 42 ◦ blue 234

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

Shades of Blue Violet #6C2AEA

Tints of Blue Violet #6C2AEA

RGB

 RED value IS 108 (42.58% from 255) = 28.13%

 GREEN value IS 42 (16.8% from 255) = 10.94%

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

R = 28.13%
G = 10.94%
B = 60.94%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C2AEA (or 0x6C2AEA) is known color: Blue Violet. HEX triplet: 6C, 2A and EA. RGB value is (108,42,234). Sum of RGB (Red+Green+Blue) = 108+42+234=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C2AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2AEA is #93D515. Grayscale: #525252. Windows color (decimal): -9688342 or 15346284. OLE color: 15346284.

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

Color convert

RGB 108 42 234 -
CMYK 0.54 0.82 0 0.08
HSL 260.63º 0.82% 0.54% -
HSV(B) 260.63º 0.82% 0.92% -
XYZ 21.86 10.78 78.77 -
YUV 83.62 212.87 145.39 -
System Red Green Blue C M Y K H S L
Decimal 108 42 234 0.54 0.82 0 0.08 260.63 0.82 0.54
Hex 6C 2A EA 36 52 0 8 105 52 36
Octal 154 52 352 66 122 0 10 405 122 66
Binary 1101100 101010 11101010 110110 1010010 0 1000 100000101 1010010 110110

Color Harmonies of #6C2AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2AEA

Black with #6C2AEA

Text Example


Text Example

White with #6C2AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,42,234); }

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

background-color css

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

 a { background-color: rgb(108,42,234); }

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

border-color css

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

 span { border-color: rgb(108,42,234); }

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