Shades of Don Juan #6A494E
Tints of Don Juan #6A494E
RGB
CMYK
RGB Variations
Color information
#6A494E (or 0x6A494E) is known color: Don Juan. HEX triplet: 6A, 49 and 4E. RGB value is (106,73,78). Sum of RGB (Red+Green+Blue) = 106+73+78=257 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.25% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 106 - color contains mainly: red. Hex color #6A494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A494E is #95B6B1. Grayscale: #535353. Windows color (decimal): -9811634 or 5130602. OLE color: 5130602.
HSL color Cylindrical-coordinate representation of color #6A494E: hue angle of 350.91º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A494E is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 73 | 78 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.58 |
| HSL | 350.91º | 0.18% | 0.35% | - |
| HSV(B) | 350.91º | 0.31% | 0.42% | - |
| XYZ | 9.7 | 8.38 | 8.31 | - |
| YUV | 83.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 73 | 78 | 0 | 0.31 | 0.26 | 0.58 | 350.91 | 0.18 | 0.35 |
| Hex | 6A | 49 | 4E | 0 | 1F | 1A | 3A | 15F | 12 | 23 |
| Octal | 152 | 111 | 116 | 0 | 37 | 32 | 72 | 537 | 22 | 43 |
| Binary | 1101010 | 1001001 | 1001110 | 0 | 11111 | 11010 | 111010 | 101011111 | 10010 | 100011 |
Color Harmonies of #6A494E
Complementary color
Monochromatic Colors of #6A494E
Black with #6A494E
Text Example
Text Example
White with #6A494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A494E; }
p { color: rgb(106,73,78); }
H1.HeaderClassName
{
color: #6A494E;
}
.AnyTagClassName
{
color: #6A494E;
}
</style>
background-color css
<style>
a { background-color: #6A494E; }
a { background-color: rgb(106,73,78); }
div.DivClassName
{
background-color: #6A494E;
}
.BgClassName
{
background-color: #6A494E;
}
</style>
border-color css
<style>
span { border-color: #6A494E; }
span { border-color: rgb(106,73,78); }
td.TdClassName
{
border-color: #6A494E;
}
.TagClassName
{
border-color: #6A494E;
}
</style>