#6A188F

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

Shades of Vivid Violet #6A188F

Tints of Vivid Violet #6A188F

Color information

#6A188F (or 0x6A188F) is unknown color: approx Vivid Violet. HEX triplet: 6A, 18 and 8F. RGB value is (106,24,143). Sum of RGB (Red+Green+Blue) = 106+24+143=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #6A188F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A188F is #95E770. Grayscale: #3D3D3D. Windows color (decimal): -9824113 or 9377898. OLE color: 9377898.

HSL color Cylindrical-coordinate representation of color #6A188F: hue angle of 281.34º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A188F is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10624143-
CMYK0.260.8300.44
HSL281.34º71.26%32.75%-
HSV(B)281.34º83.22%56.08%-
XYZ11.235.726.5-
YUV62.08173.67159.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 24 (9.77% from 255) = 8.79%
BLUE value IS 143 (56.25% from 255) = 52.38%
R=38.83%
G=8.79%
B=52.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106241430.260.8300.44281.3471.2632.75
Hex6A188F1A5302C1194721
Octal152302173212305443110741
Binary1101010110001000111111010101001101011001000110011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A188F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,143); }

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

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

 a { background-color: rgb(106,24,143); }

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

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

 span { border-color: rgb(106,24,143); }

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