Shades of Cyprus #06453B
Tints of Cyprus #06453B
RGB
CMYK
RGB Variations
Color information
#06453B (or 0x06453B) is known color: Cyprus. HEX triplet: 06, 45 and 3B. RGB value is (6,69,59). Sum of RGB (Red+Green+Blue) = 6+69+59=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #06453B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06453B is #F9BAC4. Grayscale: #313131. Windows color (decimal): -16366277 or 3884294. OLE color: 3884294.
HSL color Cylindrical-coordinate representation of color #06453B: hue angle of 170.48º 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 #06453B is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 69 | 59 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.73 |
| HSL | 170.48º | 0.84% | 0.15% | - |
| HSV(B) | 170.48º | 0.91% | 0.27% | - |
| XYZ | 2.99 | 4.61 | 4.87 | - |
| YUV | 49.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 59 | 0.91 | 0 | 0.14 | 0.73 | 170.48 | 0.84 | 0.15 |
| Hex | 6 | 45 | 3B | 5B | 0 | E | 49 | AA | 54 | F |
| Octal | 6 | 105 | 73 | 133 | 0 | 16 | 111 | 252 | 124 | 17 |
| Binary | 110 | 1000101 | 111011 | 1011011 | 0 | 1110 | 1001001 | 10101010 | 1010100 | 1111 |
Color Harmonies of #06453B
Complementary color
Monochromatic Colors of #06453B
Black with #06453B
Text Example
Text Example
White with #06453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06453B; }
p { color: rgb(6,69,59); }
H1.HeaderClassName
{
color: #06453B;
}
.AnyTagClassName
{
color: #06453B;
}
</style>
background-color css
<style>
a { background-color: #06453B; }
a { background-color: rgb(6,69,59); }
div.DivClassName
{
background-color: #06453B;
}
.BgClassName
{
background-color: #06453B;
}
</style>
border-color css
<style>
span { border-color: #06453B; }
span { border-color: rgb(6,69,59); }
td.TdClassName
{
border-color: #06453B;
}
.TagClassName
{
border-color: #06453B;
}
</style>