#6A169A

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

Shades of Vivid Violet #6A169A

Tints of Vivid Violet #6A169A

Color information

#6A169A (or 0x6A169A) is unknown color: approx Vivid Violet. HEX triplet: 6A, 16 and 9A. RGB value is (106,22,154). Sum of RGB (Red+Green+Blue) = 106+22+154=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A169A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A169A is #95E965. Grayscale: #3D3D3D. Windows color (decimal): -9824614 or 10098282. OLE color: 10098282.

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

Color convert

RGB10622154-
CMYK0.310.8600.40
HSL278.18º75%34.51%-
HSV(B)278.18º85.71%60.39%-
XYZ12.065.9731.09-
YUV62.16179.83159.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 22 (8.98% from 255) = 7.80%
BLUE value IS 154 (60.55% from 255) = 54.61%
R=37.59%
G=7.80%
B=54.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106221540.310.8600.40278.187534.51
Hex6A169A1F560281164b23
Octal152262323712605042611343
Binary1101010101101001101011111101011001010001000101101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A169A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,22,154); }

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

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

 a { background-color: rgb(106,22,154); }

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

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

 span { border-color: rgb(106,22,154); }

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