Shades of Siren #6C303F
Tints of Siren #6C303F
RGB
CMYK
RGB Variations
Color information
#6C303F (or 0x6C303F) is known color: Siren. HEX triplet: 6C, 30 and 3F. RGB value is (108,48,63). Sum of RGB (Red+Green+Blue) = 108+48+63=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C303F is #93CFC0. Grayscale: #434343. Windows color (decimal): -9686977 or 4141164. OLE color: 4141164.
HSL color Cylindrical-coordinate representation of color #6C303F: hue angle of 345º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C303F is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 48 | 63 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.58 |
| HSL | 345º | 0.38% | 0.31% | - |
| HSV(B) | 345º | 0.56% | 0.42% | - |
| XYZ | 8.14 | 5.66 | 5.37 | - |
| YUV | 67.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 63 | 0 | 0.56 | 0.42 | 0.58 | 345 | 0.38 | 0.31 |
| Hex | 6C | 30 | 3F | 0 | 38 | 2A | 3A | 159 | 26 | 1F |
| Octal | 154 | 60 | 77 | 0 | 70 | 52 | 72 | 531 | 46 | 37 |
| Binary | 1101100 | 110000 | 111111 | 0 | 111000 | 101010 | 111010 | 101011001 | 100110 | 11111 |
Color Harmonies of #6C303F
Complementary color
Monochromatic Colors of #6C303F
Black with #6C303F
Text Example
Text Example
White with #6C303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C303F; }
p { color: rgb(108,48,63); }
H1.HeaderClassName
{
color: #6C303F;
}
.AnyTagClassName
{
color: #6C303F;
}
</style>
background-color css
<style>
a { background-color: #6C303F; }
a { background-color: rgb(108,48,63); }
div.DivClassName
{
background-color: #6C303F;
}
.BgClassName
{
background-color: #6C303F;
}
</style>
border-color css
<style>
span { border-color: #6C303F; }
span { border-color: rgb(108,48,63); }
td.TdClassName
{
border-color: #6C303F;
}
.TagClassName
{
border-color: #6C303F;
}
</style>