Html Css Color HEX #6C3086 Vivid Violet

📋 copy color: '#6C3086'

red 108 ◦ green 48 ◦ blue 134

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

Shades of Vivid Violet #6C3086

Tints of Vivid Violet #6C3086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.55%

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

R = 37.24%
G = 16.55%
B = 46.21%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C3086 (or 0x6C3086) is known color: Vivid Violet. HEX triplet: 6C, 30 and 86. RGB value is (108,48,134). Sum of RGB (Red+Green+Blue) = 108+48+134=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C3086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3086 is #93CF79. Grayscale: #4B4B4B. Windows color (decimal): -9686906 or 8794220. OLE color: 8794220.

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

Color convert

RGB 108 48 134 -
CMYK 0.19 0.64 0 0.47
HSL 281.86º 0.47% 0.36% -
HSV(B) 281.86º 0.64% 0.53% -
XYZ 11.54 7.02 23.3 -
YUV 75.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 108 48 134 0.19 0.64 0 0.47 281.86 0.47 0.36
Hex 6C 30 86 13 40 0 2F 11A 2F 24
Octal 154 60 206 23 100 0 57 432 57 44
Binary 1101100 110000 10000110 10011 1000000 0 101111 100011010 101111 100100

Color Harmonies of #6C3086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3086

Black with #6C3086

Text Example


Text Example

White with #6C3086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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