Shades of Cyprus #06363C
Tints of Cyprus #06363C
RGB
CMYK
RGB Variations
Color information
#06363C (or 0x06363C) is known color: Cyprus. HEX triplet: 06, 36 and 3C. RGB value is (6,54,60). Sum of RGB (Red+Green+Blue) = 6+54+60=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 60 (23.83% from 255 or 50% from 120); Max value from RGB is 60 - color contains mainly: blue. Hex color #06363C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06363C is #F9C9C3. Grayscale: #282828. Windows color (decimal): -16370116 or 3945990. OLE color: 3945990.
HSL color Cylindrical-coordinate representation of color #06363C: hue angle of 186.67º 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 #06363C is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 54 | 60 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.76 |
| HSL | 186.67º | 0.82% | 0.13% | - |
| HSV(B) | 186.67º | 0.9% | 0.24% | - |
| XYZ | 2.21 | 3 | 4.74 | - |
| YUV | 40.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 60 | 0.90 | 0.10 | 0 | 0.76 | 186.67 | 0.82 | 0.13 |
| Hex | 6 | 36 | 3C | 5A | A | 0 | 4C | BB | 52 | D |
| Octal | 6 | 66 | 74 | 132 | 12 | 0 | 114 | 273 | 122 | 15 |
| Binary | 110 | 110110 | 111100 | 1011010 | 1010 | 0 | 1001100 | 10111011 | 1010010 | 1101 |
Color Harmonies of #06363C
Complementary color
Monochromatic Colors of #06363C
Black with #06363C
Text Example
Text Example
White with #06363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06363C; }
p { color: rgb(6,54,60); }
H1.HeaderClassName
{
color: #06363C;
}
.AnyTagClassName
{
color: #06363C;
}
</style>
background-color css
<style>
a { background-color: #06363C; }
a { background-color: rgb(6,54,60); }
div.DivClassName
{
background-color: #06363C;
}
.BgClassName
{
background-color: #06363C;
}
</style>
border-color css
<style>
span { border-color: #06363C; }
span { border-color: rgb(6,54,60); }
td.TdClassName
{
border-color: #06363C;
}
.TagClassName
{
border-color: #06363C;
}
</style>