Shades of Cyprus #06373C
Tints of Cyprus #06373C
RGB
CMYK
RGB Variations
Color information
#06373C (or 0x06373C) is known color: Cyprus. HEX triplet: 06, 37 and 3C. RGB value is (6,55,60). Sum of RGB (Red+Green+Blue) = 6+55+60=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #06373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06373C is #F9C8C3. Grayscale: #282828. Windows color (decimal): -16369860 or 3946246. OLE color: 3946246.
HSL color Cylindrical-coordinate representation of color #06373C: hue angle of 185.56º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06373C is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 55 | 60 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.76 |
| HSL | 185.56º | 0.82% | 0.13% | - |
| HSV(B) | 185.56º | 0.9% | 0.24% | - |
| XYZ | 2.26 | 3.1 | 4.75 | - |
| YUV | 40.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 60 | 0.90 | 0.08 | 0 | 0.76 | 185.56 | 0.82 | 0.13 |
| Hex | 6 | 37 | 3C | 5A | 8 | 0 | 4C | BA | 52 | D |
| Octal | 6 | 67 | 74 | 132 | 10 | 0 | 114 | 272 | 122 | 15 |
| Binary | 110 | 110111 | 111100 | 1011010 | 1000 | 0 | 1001100 | 10111010 | 1010010 | 1101 |
Color Harmonies of #06373C
Complementary color
Monochromatic Colors of #06373C
Black with #06373C
Text Example
Text Example
White with #06373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06373C; }
p { color: rgb(6,55,60); }
H1.HeaderClassName
{
color: #06373C;
}
.AnyTagClassName
{
color: #06373C;
}
</style>
background-color css
<style>
a { background-color: #06373C; }
a { background-color: rgb(6,55,60); }
div.DivClassName
{
background-color: #06373C;
}
.BgClassName
{
background-color: #06373C;
}
</style>
border-color css
<style>
span { border-color: #06373C; }
span { border-color: rgb(6,55,60); }
td.TdClassName
{
border-color: #06373C;
}
.TagClassName
{
border-color: #06373C;
}
</style>