Shades of Cyprus #06363A
Tints of Cyprus #06363A
RGB
CMYK
RGB Variations
Color information
#06363A (or 0x06363A) is known color: Cyprus. HEX triplet: 06, 36 and 3A. RGB value is (6,54,58). Sum of RGB (Red+Green+Blue) = 6+54+58=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #06363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06363A is #F9C9C5. Grayscale: #282828. Windows color (decimal): -16370118 or 3814918. OLE color: 3814918.
HSL color Cylindrical-coordinate representation of color #06363A: hue angle of 184.62º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06363A is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 54 | 58 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.77 |
| HSL | 184.62º | 0.81% | 0.13% | - |
| HSV(B) | 184.62º | 0.9% | 0.23% | - |
| XYZ | 2.16 | 2.98 | 4.46 | - |
| YUV | 40.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 58 | 0.90 | 0.07 | 0 | 0.77 | 184.62 | 0.81 | 0.13 |
| Hex | 6 | 36 | 3A | 5A | 7 | 0 | 4D | B9 | 51 | D |
| Octal | 6 | 66 | 72 | 132 | 7 | 0 | 115 | 271 | 121 | 15 |
| Binary | 110 | 110110 | 111010 | 1011010 | 111 | 0 | 1001101 | 10111001 | 1010001 | 1101 |
Color Harmonies of #06363A
Complementary color
Monochromatic Colors of #06363A
Black with #06363A
Text Example
Text Example
White with #06363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06363A; }
p { color: rgb(6,54,58); }
H1.HeaderClassName
{
color: #06363A;
}
.AnyTagClassName
{
color: #06363A;
}
</style>
background-color css
<style>
a { background-color: #06363A; }
a { background-color: rgb(6,54,58); }
div.DivClassName
{
background-color: #06363A;
}
.BgClassName
{
background-color: #06363A;
}
</style>
border-color css
<style>
span { border-color: #06363A; }
span { border-color: rgb(6,54,58); }
td.TdClassName
{
border-color: #06363A;
}
.TagClassName
{
border-color: #06363A;
}
</style>