Shades of Siren #6A253F
Tints of Siren #6A253F
RGB
CMYK
RGB Variations
Color information
#6A253F (or 0x6A253F) is known color: Siren. HEX triplet: 6A, 25 and 3F. RGB value is (106,37,63). Sum of RGB (Red+Green+Blue) = 106+37+63=206 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.46% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 106 - color contains mainly: red. Hex color #6A253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A253F is #95DAC0. Grayscale: #3C3C3C. Windows color (decimal): -9820865 or 4138346. OLE color: 4138346.
HSL color Cylindrical-coordinate representation of color #6A253F: hue angle of 337.39º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A253F is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 37 | 63 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.58 |
| HSL | 337.39º | 0.48% | 0.28% | - |
| HSV(B) | 337.39º | 0.65% | 0.42% | - |
| XYZ | 7.5 | 4.75 | 5.22 | - |
| YUV | 60.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 37 | 63 | 0 | 0.65 | 0.41 | 0.58 | 337.39 | 0.48 | 0.28 |
| Hex | 6A | 25 | 3F | 0 | 41 | 29 | 3A | 151 | 30 | 1C |
| Octal | 152 | 45 | 77 | 0 | 101 | 51 | 72 | 521 | 60 | 34 |
| Binary | 1101010 | 100101 | 111111 | 0 | 1000001 | 101001 | 111010 | 101010001 | 110000 | 11100 |
Color Harmonies of #6A253F
Complementary color
Monochromatic Colors of #6A253F
Black with #6A253F
Text Example
Text Example
White with #6A253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A253F; }
p { color: rgb(106,37,63); }
H1.HeaderClassName
{
color: #6A253F;
}
.AnyTagClassName
{
color: #6A253F;
}
</style>
background-color css
<style>
a { background-color: #6A253F; }
a { background-color: rgb(106,37,63); }
div.DivClassName
{
background-color: #6A253F;
}
.BgClassName
{
background-color: #6A253F;
}
</style>
border-color css
<style>
span { border-color: #6A253F; }
span { border-color: rgb(106,37,63); }
td.TdClassName
{
border-color: #6A253F;
}
.TagClassName
{
border-color: #6A253F;
}
</style>