Shades of Maroon #690602
Tints of Maroon #690602
RGB
CMYK
RGB Variations
Color information
#690602 (or 0x690602) is known color: Maroon. HEX triplet: 69, 06 and 02. RGB value is (105,6,2). Sum of RGB (Red+Green+Blue) = 105+6+2=113 (14% of max value = 765). Red value is 105 (41.41% from 255 or 92.92% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 105 - color contains mainly: red. Hex color #690602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690602 is #96F9FD. Grayscale: #232323. Windows color (decimal): -9894398 or 132713. OLE color: 132713.
HSL color Cylindrical-coordinate representation of color #690602: hue angle of 2.33º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690602 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 6 | 2 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.59 |
| HSL | 2.33º | 0.96% | 0.21% | - |
| HSV(B) | 2.33º | 0.98% | 0.41% | - |
| XYZ | 5.9 | 3.14 | 0.35 | - |
| YUV | 35.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 2 | 0 | 0.94 | 0.98 | 0.59 | 2.33 | 0.96 | 0.21 |
| Hex | 69 | 6 | 2 | 0 | 5E | 62 | 3B | 2 | 60 | 15 |
| Octal | 151 | 6 | 2 | 0 | 136 | 142 | 73 | 2 | 140 | 25 |
| Binary | 1101001 | 110 | 10 | 0 | 1011110 | 1100010 | 111011 | 10 | 1100000 | 10101 |
Color Harmonies of #690602
Complementary color
Monochromatic Colors of #690602
Black with #690602
Text Example
Text Example
White with #690602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690602; }
p { color: rgb(105,6,2); }
H1.HeaderClassName
{
color: #690602;
}
.AnyTagClassName
{
color: #690602;
}
</style>
background-color css
<style>
a { background-color: #690602; }
a { background-color: rgb(105,6,2); }
div.DivClassName
{
background-color: #690602;
}
.BgClassName
{
background-color: #690602;
}
</style>
border-color css
<style>
span { border-color: #690602; }
span { border-color: rgb(105,6,2); }
td.TdClassName
{
border-color: #690602;
}
.TagClassName
{
border-color: #690602;
}
</style>