Shades of Cyprus #06393C
Tints of Cyprus #06393C
RGB
CMYK
RGB Variations
Color information
#06393C (or 0x06393C) is known color: Cyprus. HEX triplet: 06, 39 and 3C. RGB value is (6,57,60). Sum of RGB (Red+Green+Blue) = 6+57+60=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #06393C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06393C is #F9C6C3. Grayscale: #2A2A2A. Windows color (decimal): -16369348 or 3946758. OLE color: 3946758.
HSL color Cylindrical-coordinate representation of color #06393C: hue angle of 183.33º 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 #06393C is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 57 | 60 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.76 |
| HSL | 183.33º | 0.82% | 0.13% | - |
| HSV(B) | 183.33º | 0.9% | 0.24% | - |
| XYZ | 2.35 | 3.29 | 4.79 | - |
| YUV | 42.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 60 | 0.90 | 0.05 | 0 | 0.76 | 183.33 | 0.82 | 0.13 |
| Hex | 6 | 39 | 3C | 5A | 5 | 0 | 4C | B7 | 52 | D |
| Octal | 6 | 71 | 74 | 132 | 5 | 0 | 114 | 267 | 122 | 15 |
| Binary | 110 | 111001 | 111100 | 1011010 | 101 | 0 | 1001100 | 10110111 | 1010010 | 1101 |
Color Harmonies of #06393C
Complementary color
Monochromatic Colors of #06393C
Black with #06393C
Text Example
Text Example
White with #06393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06393C; }
p { color: rgb(6,57,60); }
H1.HeaderClassName
{
color: #06393C;
}
.AnyTagClassName
{
color: #06393C;
}
</style>
background-color css
<style>
a { background-color: #06393C; }
a { background-color: rgb(6,57,60); }
div.DivClassName
{
background-color: #06393C;
}
.BgClassName
{
background-color: #06393C;
}
</style>
border-color css
<style>
span { border-color: #06393C; }
span { border-color: rgb(6,57,60); }
td.TdClassName
{
border-color: #06393C;
}
.TagClassName
{
border-color: #06393C;
}
</style>