Html Css Color HEX #6C2AEB Blue Violet

📋 copy color: '#6C2AEB'

red 108 ◦ green 42 ◦ blue 235

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

Shades of Blue Violet #6C2AEB

Tints of Blue Violet #6C2AEB

RGB

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

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

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

R = 28.05%
G = 10.91%
B = 61.04%

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

#6C2AEB (or 0x6C2AEB) is known color: Blue Violet. HEX triplet: 6C, 2A and EB. RGB value is (108,42,235). Sum of RGB (Red+Green+Blue) = 108+42+235=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C2AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2AEB is #93D514. Grayscale: #535353. Windows color (decimal): -9688341 or 15411820. OLE color: 15411820.

HSL color Cylindrical-coordinate representation of color #6C2AEB: hue angle of 260.52º degrees, saturation: 0.83, 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 #6C2AEB is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 42 235 -
CMYK 0.54 0.82 0 0.08
HSL 260.52º 0.83% 0.54% -
HSV(B) 260.52º 0.82% 0.92% -
XYZ 22.01 10.84 79.53 -
YUV 83.74 213.37 145.31 -
System Red Green Blue C M Y K H S L
Decimal 108 42 235 0.54 0.82 0 0.08 260.52 0.83 0.54
Hex 6C 2A EB 36 52 0 8 105 53 36
Octal 154 52 353 66 122 0 10 405 123 66
Binary 1101100 101010 11101011 110110 1010010 0 1000 100000101 1010011 110110

Color Harmonies of #6C2AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2AEB

Black with #6C2AEB

Text Example


Text Example

White with #6C2AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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