Shades of Cyprus #06463B
Tints of Cyprus #06463B
RGB
CMYK
RGB Variations
Color information
#06463B (or 0x06463B) is known color: Cyprus. HEX triplet: 06, 46 and 3B. RGB value is (6,70,59). Sum of RGB (Red+Green+Blue) = 6+70+59=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #06463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06463B is #F9B9C4. Grayscale: #313131. Windows color (decimal): -16366021 or 3884550. OLE color: 3884550.
HSL color Cylindrical-coordinate representation of color #06463B: hue angle of 169.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06463B is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 70 | 59 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.73 |
| HSL | 169.69º | 0.84% | 0.15% | - |
| HSV(B) | 169.69º | 0.91% | 0.27% | - |
| XYZ | 3.05 | 4.73 | 4.89 | - |
| YUV | 49.61 | 133.3 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 59 | 0.91 | 0 | 0.16 | 0.73 | 169.69 | 0.84 | 0.15 |
| Hex | 6 | 46 | 3B | 5B | 0 | 10 | 49 | AA | 54 | F |
| Octal | 6 | 106 | 73 | 133 | 0 | 20 | 111 | 252 | 124 | 17 |
| Binary | 110 | 1000110 | 111011 | 1011011 | 0 | 10000 | 1001001 | 10101010 | 1010100 | 1111 |
Color Harmonies of #06463B
Complementary color
Monochromatic Colors of #06463B
Black with #06463B
Text Example
Text Example
White with #06463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06463B; }
p { color: rgb(6,70,59); }
H1.HeaderClassName
{
color: #06463B;
}
.AnyTagClassName
{
color: #06463B;
}
</style>
background-color css
<style>
a { background-color: #06463B; }
a { background-color: rgb(6,70,59); }
div.DivClassName
{
background-color: #06463B;
}
.BgClassName
{
background-color: #06463B;
}
</style>
border-color css
<style>
span { border-color: #06463B; }
span { border-color: rgb(6,70,59); }
td.TdClassName
{
border-color: #06463B;
}
.TagClassName
{
border-color: #06463B;
}
</style>