Shades of Dorado #6A6867
Tints of Dorado #6A6867
RGB
CMYK
RGB Variations
Color information
#6A6867 (or 0x6A6867) is known color: Dorado. HEX triplet: 6A, 68 and 67. RGB value is (106,104,103). Sum of RGB (Red+Green+Blue) = 106+104+103=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6867 is #959798. Grayscale: #686868. Windows color (decimal): -9803673 or 6776938. OLE color: 6776938.
HSL color Cylindrical-coordinate representation of color #6A6867: hue angle of 20º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6A6867 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 104 | 103 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.58 |
| HSL | 20º | 0.01% | 0.41% | - |
| HSV(B) | 20º | 0.03% | 0.42% | - |
| XYZ | 13.34 | 13.94 | 14.82 | - |
| YUV | 104.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 103 | 0 | 0.02 | 0.03 | 0.58 | 20 | 0.01 | 0.41 |
| Hex | 6A | 68 | 67 | 0 | 2 | 3 | 3A | 14 | 1 | 29 |
| Octal | 152 | 150 | 147 | 0 | 2 | 3 | 72 | 24 | 1 | 51 |
| Binary | 1101010 | 1101000 | 1100111 | 0 | 10 | 11 | 111010 | 10100 | 1 | 101001 |
Color Harmonies of #6A6867
Complementary color
Monochromatic Colors of #6A6867
Black with #6A6867
Text Example
Text Example
White with #6A6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6867; }
p { color: rgb(106,104,103); }
H1.HeaderClassName
{
color: #6A6867;
}
.AnyTagClassName
{
color: #6A6867;
}
</style>
background-color css
<style>
a { background-color: #6A6867; }
a { background-color: rgb(106,104,103); }
div.DivClassName
{
background-color: #6A6867;
}
.BgClassName
{
background-color: #6A6867;
}
</style>
border-color css
<style>
span { border-color: #6A6867; }
span { border-color: rgb(106,104,103); }
td.TdClassName
{
border-color: #6A6867;
}
.TagClassName
{
border-color: #6A6867;
}
</style>