Shades of Dark Cyan #068290
Tints of Dark Cyan #068290
RGB
CMYK
RGB Variations
Color information
#068290 (or 0x068290) is known color: Dark Cyan. HEX triplet: 06, 82 and 90. RGB value is (6,130,144). Sum of RGB (Red+Green+Blue) = 6+130+144=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #068290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068290 is #F97D6F. Grayscale: #5E5E5E. Windows color (decimal): -16350576 or 9470470. OLE color: 9470470.
HSL color Cylindrical-coordinate representation of color #068290: hue angle of 186.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068290 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 130 | 144 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.44 |
| HSL | 186.09º | 0.92% | 0.29% | - |
| HSV(B) | 186.09º | 0.96% | 0.56% | - |
| XYZ | 13.09 | 18.02 | 29.17 | - |
| YUV | 94.52 | 155.92 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 144 | 0.96 | 0.10 | 0 | 0.44 | 186.09 | 0.92 | 0.29 |
| Hex | 6 | 82 | 90 | 60 | A | 0 | 2C | BA | 5C | 1D |
| Octal | 6 | 202 | 220 | 140 | 12 | 0 | 54 | 272 | 134 | 35 |
| Binary | 110 | 10000010 | 10010000 | 1100000 | 1010 | 0 | 101100 | 10111010 | 1011100 | 11101 |
Color Harmonies of #068290
Complementary color
Monochromatic Colors of #068290
Black with #068290
Text Example
Text Example
White with #068290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068290; }
p { color: rgb(6,130,144); }
H1.HeaderClassName
{
color: #068290;
}
.AnyTagClassName
{
color: #068290;
}
</style>
background-color css
<style>
a { background-color: #068290; }
a { background-color: rgb(6,130,144); }
div.DivClassName
{
background-color: #068290;
}
.BgClassName
{
background-color: #068290;
}
</style>
border-color css
<style>
span { border-color: #068290; }
span { border-color: rgb(6,130,144); }
td.TdClassName
{
border-color: #068290;
}
.TagClassName
{
border-color: #068290;
}
</style>