Shades of Indigo #6B079F
Tints of Indigo #6B079F
RGB
CMYK
RGB Variations
Color information
#6B079F (or 0x6B079F) is known color: Indigo. HEX triplet: 6B, 07 and 9F. RGB value is (107,7,159). Sum of RGB (Red+Green+Blue) = 107+7+159=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B079F is #94F860. Grayscale: #353535. Windows color (decimal): -9762913 or 10422123. OLE color: 10422123.
HSL color Cylindrical-coordinate representation of color #6B079F: hue angle of 279.47º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B079F is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 7 | 159 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.38 |
| HSL | 279.47º | 0.92% | 0.33% | - |
| HSV(B) | 279.47º | 0.96% | 0.62% | - |
| XYZ | 12.4 | 5.78 | 33.26 | - |
| YUV | 54.23 | 187.13 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 159 | 0.33 | 0.96 | 0 | 0.38 | 279.47 | 0.92 | 0.33 |
| Hex | 6B | 7 | 9F | 21 | 60 | 0 | 26 | 117 | 5C | 21 |
| Octal | 153 | 7 | 237 | 41 | 140 | 0 | 46 | 427 | 134 | 41 |
| Binary | 1101011 | 111 | 10011111 | 100001 | 1100000 | 0 | 100110 | 100010111 | 1011100 | 100001 |
Color Harmonies of #6B079F
Complementary color
Monochromatic Colors of #6B079F
Black with #6B079F
Text Example
Text Example
White with #6B079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B079F; }
p { color: rgb(107,7,159); }
H1.HeaderClassName
{
color: #6B079F;
}
.AnyTagClassName
{
color: #6B079F;
}
</style>
background-color css
<style>
a { background-color: #6B079F; }
a { background-color: rgb(107,7,159); }
div.DivClassName
{
background-color: #6B079F;
}
.BgClassName
{
background-color: #6B079F;
}
</style>
border-color css
<style>
span { border-color: #6B079F; }
span { border-color: rgb(107,7,159); }
td.TdClassName
{
border-color: #6B079F;
}
.TagClassName
{
border-color: #6B079F;
}
</style>