Shades of Cyprus #06383B
Tints of Cyprus #06383B
RGB
CMYK
RGB Variations
Color information
#06383B (or 0x06383B) is known color: Cyprus. HEX triplet: 06, 38 and 3B. RGB value is (6,56,59). Sum of RGB (Red+Green+Blue) = 6+56+59=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #06383B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06383B is #F9C7C4. Grayscale: #292929. Windows color (decimal): -16369605 or 3880966. OLE color: 3880966.
HSL color Cylindrical-coordinate representation of color #06383B: hue angle of 183.4º degrees, saturation: 0.82, 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 #06383B is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 56 | 59 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.77 |
| HSL | 183.4º | 0.82% | 0.13% | - |
| HSV(B) | 183.4º | 0.9% | 0.23% | - |
| XYZ | 2.28 | 3.18 | 4.63 | - |
| YUV | 41.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 59 | 0.90 | 0.05 | 0 | 0.77 | 183.4 | 0.82 | 0.13 |
| Hex | 6 | 38 | 3B | 5A | 5 | 0 | 4D | B7 | 52 | D |
| Octal | 6 | 70 | 73 | 132 | 5 | 0 | 115 | 267 | 122 | 15 |
| Binary | 110 | 111000 | 111011 | 1011010 | 101 | 0 | 1001101 | 10110111 | 1010010 | 1101 |
Color Harmonies of #06383B
Complementary color
Monochromatic Colors of #06383B
Black with #06383B
Text Example
Text Example
White with #06383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06383B; }
p { color: rgb(6,56,59); }
H1.HeaderClassName
{
color: #06383B;
}
.AnyTagClassName
{
color: #06383B;
}
</style>
background-color css
<style>
a { background-color: #06383B; }
a { background-color: rgb(6,56,59); }
div.DivClassName
{
background-color: #06383B;
}
.BgClassName
{
background-color: #06383B;
}
</style>
border-color css
<style>
span { border-color: #06383B; }
span { border-color: rgb(6,56,59); }
td.TdClassName
{
border-color: #06383B;
}
.TagClassName
{
border-color: #06383B;
}
</style>