Shades of Cyprus #06373F
Tints of Cyprus #06373F
RGB
CMYK
RGB Variations
Color information
#06373F (or 0x06373F) is known color: Cyprus. HEX triplet: 06, 37 and 3F. RGB value is (6,55,63). Sum of RGB (Red+Green+Blue) = 6+55+63=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #06373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06373F is #F9C8C0. Grayscale: #292929. Windows color (decimal): -16369857 or 4142854. OLE color: 4142854.
HSL color Cylindrical-coordinate representation of color #06373F: hue angle of 188.42º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06373F is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 55 | 63 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.75 |
| HSL | 188.42º | 0.83% | 0.14% | - |
| HSV(B) | 188.42º | 0.9% | 0.25% | - |
| XYZ | 2.34 | 3.13 | 5.18 | - |
| YUV | 41.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 63 | 0.90 | 0.13 | 0 | 0.75 | 188.42 | 0.83 | 0.14 |
| Hex | 6 | 37 | 3F | 5A | D | 0 | 4B | BC | 53 | E |
| Octal | 6 | 67 | 77 | 132 | 15 | 0 | 113 | 274 | 123 | 16 |
| Binary | 110 | 110111 | 111111 | 1011010 | 1101 | 0 | 1001011 | 10111100 | 1010011 | 1110 |
Color Harmonies of #06373F
Complementary color
Monochromatic Colors of #06373F
Black with #06373F
Text Example
Text Example
White with #06373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06373F; }
p { color: rgb(6,55,63); }
H1.HeaderClassName
{
color: #06373F;
}
.AnyTagClassName
{
color: #06373F;
}
</style>
background-color css
<style>
a { background-color: #06373F; }
a { background-color: rgb(6,55,63); }
div.DivClassName
{
background-color: #06373F;
}
.BgClassName
{
background-color: #06373F;
}
</style>
border-color css
<style>
span { border-color: #06373F; }
span { border-color: rgb(6,55,63); }
td.TdClassName
{
border-color: #06373F;
}
.TagClassName
{
border-color: #06373F;
}
</style>