Shades of Siren #6A263A
Tints of Siren #6A263A
RGB
CMYK
RGB Variations
Color information
#6A263A (or 0x6A263A) is known color: Siren. HEX triplet: 6A, 26 and 3A. RGB value is (106,38,58). Sum of RGB (Red+Green+Blue) = 106+38+58=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A263A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A263A is #95D9C5. Grayscale: #3C3C3C. Windows color (decimal): -9820614 or 3810922. OLE color: 3810922.
HSL color Cylindrical-coordinate representation of color #6A263A: hue angle of 342.35º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A263A is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 38 | 58 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.58 |
| HSL | 342.35º | 0.47% | 0.28% | - |
| HSV(B) | 342.35º | 0.64% | 0.42% | - |
| XYZ | 7.4 | 4.76 | 4.53 | - |
| YUV | 60.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 38 | 58 | 0 | 0.64 | 0.45 | 0.58 | 342.35 | 0.47 | 0.28 |
| Hex | 6A | 26 | 3A | 0 | 40 | 2D | 3A | 156 | 2F | 1C |
| Octal | 152 | 46 | 72 | 0 | 100 | 55 | 72 | 526 | 57 | 34 |
| Binary | 1101010 | 100110 | 111010 | 0 | 1000000 | 101101 | 111010 | 101010110 | 101111 | 11100 |
Color Harmonies of #6A263A
Complementary color
Monochromatic Colors of #6A263A
Black with #6A263A
Text Example
Text Example
White with #6A263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A263A; }
p { color: rgb(106,38,58); }
H1.HeaderClassName
{
color: #6A263A;
}
.AnyTagClassName
{
color: #6A263A;
}
</style>
background-color css
<style>
a { background-color: #6A263A; }
a { background-color: rgb(106,38,58); }
div.DivClassName
{
background-color: #6A263A;
}
.BgClassName
{
background-color: #6A263A;
}
</style>
border-color css
<style>
span { border-color: #6A263A; }
span { border-color: rgb(106,38,58); }
td.TdClassName
{
border-color: #6A263A;
}
.TagClassName
{
border-color: #6A263A;
}
</style>