Shades of Cyprus #06423F
Tints of Cyprus #06423F
RGB
CMYK
RGB Variations
Color information
#06423F (or 0x06423F) is known color: Cyprus. HEX triplet: 06, 42 and 3F. RGB value is (6,66,63). Sum of RGB (Red+Green+Blue) = 6+66+63=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #06423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06423F is #F9BDC0. Grayscale: #2F2F2F. Windows color (decimal): -16367041 or 4145670. OLE color: 4145670.
HSL color Cylindrical-coordinate representation of color #06423F: hue angle of 177º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06423F is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 66 | 63 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.74 |
| HSL | 177º | 0.83% | 0.14% | - |
| HSV(B) | 177º | 0.91% | 0.26% | - |
| XYZ | 2.92 | 4.29 | 5.38 | - |
| YUV | 47.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 63 | 0.91 | 0 | 0.05 | 0.74 | 177 | 0.83 | 0.14 |
| Hex | 6 | 42 | 3F | 5B | 0 | 5 | 4A | B1 | 53 | E |
| Octal | 6 | 102 | 77 | 133 | 0 | 5 | 112 | 261 | 123 | 16 |
| Binary | 110 | 1000010 | 111111 | 1011011 | 0 | 101 | 1001010 | 10110001 | 1010011 | 1110 |
Color Harmonies of #06423F
Complementary color
Monochromatic Colors of #06423F
Black with #06423F
Text Example
Text Example
White with #06423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06423F; }
p { color: rgb(6,66,63); }
H1.HeaderClassName
{
color: #06423F;
}
.AnyTagClassName
{
color: #06423F;
}
</style>
background-color css
<style>
a { background-color: #06423F; }
a { background-color: rgb(6,66,63); }
div.DivClassName
{
background-color: #06423F;
}
.BgClassName
{
background-color: #06423F;
}
</style>
border-color css
<style>
span { border-color: #06423F; }
span { border-color: rgb(6,66,63); }
td.TdClassName
{
border-color: #06423F;
}
.TagClassName
{
border-color: #06423F;
}
</style>