Html Css Color HEX #6F1690 Vivid Violet

📋 copy color: '#6F1690'

red 111 ◦ green 22 ◦ blue 144

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

Shades of Vivid Violet #6F1690

Tints of Vivid Violet #6F1690

RGB

 RED value IS 111 (43.75% from 255) = 40.07%

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

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

R = 40.07%
G = 7.94%
B = 51.99%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F1690 (or 0x6F1690) is known color: Vivid Violet. HEX triplet: 6F, 16 and 90. RGB value is (111,22,144). Sum of RGB (Red+Green+Blue) = 111+22+144=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F1690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1690 is #90E96F. Grayscale: #3E3E3E. Windows color (decimal): -9496944 or 9442927. OLE color: 9442927.

HSL color Cylindrical-coordinate representation of color #6F1690: hue angle of 283.77º 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 #6F1690 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 22 144 -
CMYK 0.23 0.85 0 0.44
HSL 283.77º 0.73% 0.33% -
HSV(B) 283.77º 0.85% 0.56% -
XYZ 11.88 5.97 26.91 -
YUV 62.52 173.99 162.58 -
System Red Green Blue C M Y K H S L
Decimal 111 22 144 0.23 0.85 0 0.44 283.77 0.73 0.33
Hex 6F 16 90 17 55 0 2C 11C 49 21
Octal 157 26 220 27 125 0 54 434 111 41
Binary 1101111 10110 10010000 10111 1010101 0 101100 100011100 1001001 100001

Color Harmonies of #6F1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1690

Black with #6F1690

Text Example


Text Example

White with #6F1690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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