Html Css Color HEX #6C1690 Vivid Violet

📋 copy color: '#6C1690'

red 108 ◦ green 22 ◦ blue 144

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

Shades of Vivid Violet #6C1690

Tints of Vivid Violet #6C1690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

 BLUE value IS 144 (56.64% from 255) = 52.55%

R = 39.42%
G = 8.03%
B = 52.55%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C1690 (or 0x6C1690) is known color: Vivid Violet. HEX triplet: 6C, 16 and 90. RGB value is (108,22,144). Sum of RGB (Red+Green+Blue) = 108+22+144=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C1690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1690 is #93E96F. Grayscale: #3D3D3D. Windows color (decimal): -9693552 or 9442924. OLE color: 9442924.

HSL color Cylindrical-coordinate representation of color #6C1690: hue angle of 282.3º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1690 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 22 144 -
CMYK 0.25 0.85 0 0.44
HSL 282.3º 0.73% 0.33% -
HSV(B) 282.3º 0.85% 0.56% -
XYZ 11.51 5.78 26.89 -
YUV 61.62 174.49 161.08 -
System Red Green Blue C M Y K H S L
Decimal 108 22 144 0.25 0.85 0 0.44 282.3 0.73 0.33
Hex 6C 16 90 19 55 0 2C 11A 49 21
Octal 154 26 220 31 125 0 54 432 111 41
Binary 1101100 10110 10010000 11001 1010101 0 101100 100011010 1001001 100001

Color Harmonies of #6C1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1690

Black with #6C1690

Text Example


Text Example

White with #6C1690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,22,144); }

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

background-color css

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

 a { background-color: rgb(108,22,144); }

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

border-color css

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

 span { border-color: rgb(108,22,144); }

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