#6A099B

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

Shades of Indigo #6A099B

Tints of Indigo #6A099B

Color information

#6A099B (or 0x6A099B) is unknown color: approx Indigo. HEX triplet: 6A, 09 and 9B. RGB value is (106,9,155). Sum of RGB (Red+Green+Blue) = 106+9+155=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A099B is #95F664. Grayscale: #363636. Windows color (decimal): -9827941 or 10160490. OLE color: 10160490.

HSL color Cylindrical-coordinate representation of color #6A099B: hue angle of 279.86º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A099B is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1069155-
CMYK0.320.9400.39
HSL279.86º89.02%32.16%-
HSV(B)279.86º94.19%60.78%-
XYZ11.965.6331.47-
YUV54.65184.64164.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.26%
GREEN value IS 9 (3.91% from 255) = 3.33%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=39.26%
G=3.33%
B=57.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10691550.320.9400.39279.8689.0232.16
Hex6A99B205E0271185920
Octal152112334013604743013140
Binary1101010100110011011100000101111001001111000110001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,9,155); }

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

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

 a { background-color: rgb(106,9,155); }

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

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

 span { border-color: rgb(106,9,155); }

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