Html Css Color HEX #6C3486 Vivid Violet

📋 copy color: '#6C3486'

red 108 ◦ green 52 ◦ blue 134

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

Shades of Vivid Violet #6C3486

Tints of Vivid Violet #6C3486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

 BLUE value IS 134 (52.73% from 255) = 45.58%

R = 36.73%
G = 17.69%
B = 45.58%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C3486 (or 0x6C3486) is known color: Vivid Violet. HEX triplet: 6C, 34 and 86. RGB value is (108,52,134). Sum of RGB (Red+Green+Blue) = 108+52+134=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C3486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3486 is #93CB79. Grayscale: #4D4D4D. Windows color (decimal): -9685882 or 8795244. OLE color: 8795244.

HSL color Cylindrical-coordinate representation of color #6C3486: hue angle of 280.98º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C3486 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 52 134 -
CMYK 0.19 0.61 0 0.47
HSL 280.98º 0.44% 0.36% -
HSV(B) 280.98º 0.61% 0.53% -
XYZ 11.72 7.37 23.36 -
YUV 78.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 108 52 134 0.19 0.61 0 0.47 280.98 0.44 0.36
Hex 6C 34 86 13 3D 0 2F 119 2C 24
Octal 154 64 206 23 75 0 57 431 54 44
Binary 1101100 110100 10000110 10011 111101 0 101111 100011001 101100 100100

Color Harmonies of #6C3486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3486

Black with #6C3486

Text Example


Text Example

White with #6C3486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,52,134); }

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

background-color css

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

 a { background-color: rgb(108,52,134); }

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

border-color css

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

 span { border-color: rgb(108,52,134); }

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