Shades of Siren #6B233B
Tints of Siren #6B233B
RGB
CMYK
RGB Variations
Color information
#6B233B (or 0x6B233B) is known color: Siren. HEX triplet: 6B, 23 and 3B. RGB value is (107,35,59). Sum of RGB (Red+Green+Blue) = 107+35+59=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B233B is #94DCC4. Grayscale: #3B3B3B. Windows color (decimal): -9755845 or 3875691. OLE color: 3875691.
HSL color Cylindrical-coordinate representation of color #6B233B: hue angle of 340º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B233B is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 59 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.58 |
| HSL | 340º | 0.51% | 0.28% | - |
| HSV(B) | 340º | 0.67% | 0.42% | - |
| XYZ | 7.45 | 4.64 | 4.64 | - |
| YUV | 59.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 59 | 0 | 0.67 | 0.45 | 0.58 | 340 | 0.51 | 0.28 |
| Hex | 6B | 23 | 3B | 0 | 43 | 2D | 3A | 154 | 33 | 1C |
| Octal | 153 | 43 | 73 | 0 | 103 | 55 | 72 | 524 | 63 | 34 |
| Binary | 1101011 | 100011 | 111011 | 0 | 1000011 | 101101 | 111010 | 101010100 | 110011 | 11100 |
Color Harmonies of #6B233B
Complementary color
Monochromatic Colors of #6B233B
Black with #6B233B
Text Example
Text Example
White with #6B233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B233B; }
p { color: rgb(107,35,59); }
H1.HeaderClassName
{
color: #6B233B;
}
.AnyTagClassName
{
color: #6B233B;
}
</style>
background-color css
<style>
a { background-color: #6B233B; }
a { background-color: rgb(107,35,59); }
div.DivClassName
{
background-color: #6B233B;
}
.BgClassName
{
background-color: #6B233B;
}
</style>
border-color css
<style>
span { border-color: #6B233B; }
span { border-color: rgb(107,35,59); }
td.TdClassName
{
border-color: #6B233B;
}
.TagClassName
{
border-color: #6B233B;
}
</style>