Html Css Color HEX #6B1690 Vivid Violet

📋 copy color: '#6B1690'

red 107 ◦ green 22 ◦ blue 144

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

Shades of Vivid Violet #6B1690

Tints of Vivid Violet #6B1690

RGB

 RED value IS 107 (42.19% from 255) = 39.19%

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

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

R = 39.19%
G = 8.06%
B = 52.75%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B1690 (or 0x6B1690) is known color: Vivid Violet. HEX triplet: 6B, 16 and 90. RGB value is (107,22,144). Sum of RGB (Red+Green+Blue) = 107+22+144=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B1690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1690 is #94E96F. Grayscale: #3C3C3C. Windows color (decimal): -9759088 or 9442923. OLE color: 9442923.

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

Color convert

RGB 107 22 144 -
CMYK 0.26 0.85 0 0.44
HSL 281.8º 0.73% 0.33% -
HSV(B) 281.8º 0.85% 0.56% -
XYZ 11.38 5.71 26.89 -
YUV 61.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 107 22 144 0.26 0.85 0 0.44 281.8 0.73 0.33
Hex 6B 16 90 1A 55 0 2C 11A 49 21
Octal 153 26 220 32 125 0 54 432 111 41
Binary 1101011 10110 10010000 11010 1010101 0 101100 100011010 1001001 100001

Color Harmonies of #6B1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1690

Black with #6B1690

Text Example


Text Example

White with #6B1690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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