Shades of Siren #6D303F
Tints of Siren #6D303F
RGB
CMYK
RGB Variations
Color information
#6D303F (or 0x6D303F) is known color: Siren. HEX triplet: 6D, 30 and 3F. RGB value is (109,48,63). Sum of RGB (Red+Green+Blue) = 109+48+63=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D303F is #92CFC0. Grayscale: #434343. Windows color (decimal): -9621441 or 4141165. OLE color: 4141165.
HSL color Cylindrical-coordinate representation of color #6D303F: hue angle of 345.25º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D303F is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 63 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.57 |
| HSL | 345.25º | 0.39% | 0.31% | - |
| HSV(B) | 345.25º | 0.56% | 0.43% | - |
| XYZ | 8.26 | 5.72 | 5.37 | - |
| YUV | 67.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 63 | 0 | 0.56 | 0.42 | 0.57 | 345.25 | 0.39 | 0.31 |
| Hex | 6D | 30 | 3F | 0 | 38 | 2A | 39 | 159 | 27 | 1F |
| Octal | 155 | 60 | 77 | 0 | 70 | 52 | 71 | 531 | 47 | 37 |
| Binary | 1101101 | 110000 | 111111 | 0 | 111000 | 101010 | 111001 | 101011001 | 100111 | 11111 |
Color Harmonies of #6D303F
Complementary color
Monochromatic Colors of #6D303F
Black with #6D303F
Text Example
Text Example
White with #6D303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D303F; }
p { color: rgb(109,48,63); }
H1.HeaderClassName
{
color: #6D303F;
}
.AnyTagClassName
{
color: #6D303F;
}
</style>
background-color css
<style>
a { background-color: #6D303F; }
a { background-color: rgb(109,48,63); }
div.DivClassName
{
background-color: #6D303F;
}
.BgClassName
{
background-color: #6D303F;
}
</style>
border-color css
<style>
span { border-color: #6D303F; }
span { border-color: rgb(109,48,63); }
td.TdClassName
{
border-color: #6D303F;
}
.TagClassName
{
border-color: #6D303F;
}
</style>