Html Css Color HEX #6C199B Vivid Violet

📋 copy color: '#6C199B'

red 108 ◦ green 25 ◦ blue 155

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

Shades of Vivid Violet #6C199B

Tints of Vivid Violet #6C199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.68%

 BLUE value IS 155 (60.94% from 255) = 53.82%

R = 37.5%
G = 8.68%
B = 53.82%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C199B (or 0x6C199B) is known color: Vivid Violet. HEX triplet: 6C, 19 and 9B. RGB value is (108,25,155). Sum of RGB (Red+Green+Blue) = 108+25+155=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C199B is #93E664. Grayscale: #404040. Windows color (decimal): -9692773 or 10164588. OLE color: 10164588.

HSL color Cylindrical-coordinate representation of color #6C199B: hue angle of 278.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C199B is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 25 155 -
CMYK 0.30 0.84 0 0.39
HSL 278.31º 0.72% 0.35% -
HSV(B) 278.31º 0.84% 0.61% -
XYZ 12.45 6.25 31.56 -
YUV 64.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 108 25 155 0.30 0.84 0 0.39 278.31 0.72 0.35
Hex 6C 19 9B 1E 54 0 27 116 48 23
Octal 154 31 233 36 124 0 47 426 110 43
Binary 1101100 11001 10011011 11110 1010100 0 100111 100010110 1001000 100011

Color Harmonies of #6C199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C199B

Black with #6C199B

Text Example


Text Example

White with #6C199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,25,155); }

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

background-color css

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

 a { background-color: rgb(108,25,155); }

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

border-color css

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

 span { border-color: rgb(108,25,155); }

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