#6F169B

Color #6F169B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #6F169B

Tints of Vivid Violet #6F169B

Color information

#6F169B (or 0x6F169B) is unknown color: approx Vivid Violet. HEX triplet: 6F, 16 and 9B. RGB value is (111,22,155). Sum of RGB (Red+Green+Blue) = 111+22+155=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 22 (8.98% from 255 or 7.64% 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 #6F169B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F169B is #90E964. Grayscale: #3F3F3F. Windows color (decimal): -9496933 or 10163823. OLE color: 10163823.

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

Color convert

RGB11122155-
CMYK0.280.8600.39
HSL280.15º75.14%34.71%-
HSV(B)280.15º85.81%60.78%-
XYZ12.766.3231.56-
YUV63.77179.49161.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 22 (8.98% from 255) = 7.64%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=38.54%
G=7.64%
B=53.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111221550.280.8600.39280.1575.1434.71
Hex6F169B1C560271184b23
Octal157262333412604743011343
Binary1101111101101001101111100101011001001111000110001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F169B;
 }
 .AnyTagClassName
 {
   color: #6F169B;
 }
</style>
background-color css

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

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

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

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

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

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