#6F169C

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

Shades of Vivid Violet #6F169C

Tints of Vivid Violet #6F169C

Color information

#6F169C (or 0x6F169C) is unknown color: approx Vivid Violet. HEX triplet: 6F, 16 and 9C. RGB value is (111,22,156). Sum of RGB (Red+Green+Blue) = 111+22+156=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F169C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F169C is #90E963. Grayscale: #3F3F3F. Windows color (decimal): -9496932 or 10229359. OLE color: 10229359.

HSL color Cylindrical-coordinate representation of color #6F169C: hue angle of 279.85º 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 #6F169C is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11122156-
CMYK0.290.8600.39
HSL279.85º75.28%34.9%-
HSV(B)279.85º85.9%61.18%-
XYZ12.846.3532-
YUV63.89179.99161.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.41%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 156 (61.33% from 255) = 53.98%
R=38.41%
G=7.61%
B=53.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111221560.290.8600.39279.8575.2834.9
Hex6F169C1D560271184b23
Octal157262343512604743011343
Binary1101111101101001110011101101011001001111000110001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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