Shades of Dorado #6A6460
Tints of Dorado #6A6460
RGB
CMYK
RGB Variations
Color information
#6A6460 (or 0x6A6460) is known color: Dorado. HEX triplet: 6A, 64 and 60. RGB value is (106,100,96). Sum of RGB (Red+Green+Blue) = 106+100+96=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6460 is #959B9F. Grayscale: #656565. Windows color (decimal): -9804704 or 6317162. OLE color: 6317162.
HSL color Cylindrical-coordinate representation of color #6A6460: hue angle of 24º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A6460 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 100 | 96 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.58 |
| HSL | 24º | 0.05% | 0.4% | - |
| HSV(B) | 24º | 0.09% | 0.42% | - |
| XYZ | 12.61 | 13.02 | 12.92 | - |
| YUV | 101.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 100 | 96 | 0 | 0.06 | 0.09 | 0.58 | 24 | 0.05 | 0.4 |
| Hex | 6A | 64 | 60 | 0 | 6 | 9 | 3A | 18 | 5 | 28 |
| Octal | 152 | 144 | 140 | 0 | 6 | 11 | 72 | 30 | 5 | 50 |
| Binary | 1101010 | 1100100 | 1100000 | 0 | 110 | 1001 | 111010 | 11000 | 101 | 101000 |
Color Harmonies of #6A6460
Complementary color
Monochromatic Colors of #6A6460
Black with #6A6460
Text Example
Text Example
White with #6A6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6460; }
p { color: rgb(106,100,96); }
H1.HeaderClassName
{
color: #6A6460;
}
.AnyTagClassName
{
color: #6A6460;
}
</style>
background-color css
<style>
a { background-color: #6A6460; }
a { background-color: rgb(106,100,96); }
div.DivClassName
{
background-color: #6A6460;
}
.BgClassName
{
background-color: #6A6460;
}
</style>
border-color css
<style>
span { border-color: #6A6460; }
span { border-color: rgb(106,100,96); }
td.TdClassName
{
border-color: #6A6460;
}
.TagClassName
{
border-color: #6A6460;
}
</style>