Shades of Persian Green #06989A
Tints of Persian Green #06989A
RGB
CMYK
RGB Variations
Color information
#06989A (or 0x06989A) is known color: Persian Green. HEX triplet: 06, 98 and 9A. RGB value is (6,152,154). Sum of RGB (Red+Green+Blue) = 6+152+154=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #06989A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06989A is #F96765. Grayscale: #6C6C6C. Windows color (decimal): -16344934 or 10131462. OLE color: 10131462.
HSL color Cylindrical-coordinate representation of color #06989A: hue angle of 180.81º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06989A is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 152 | 154 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.40 |
| HSL | 180.81º | 0.93% | 0.31% | - |
| HSV(B) | 180.81º | 0.96% | 0.6% | - |
| XYZ | 17.14 | 24.83 | 34.46 | - |
| YUV | 108.57 | 153.63 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 154 | 0.96 | 0.01 | 0 | 0.40 | 180.81 | 0.93 | 0.31 |
| Hex | 6 | 98 | 9A | 60 | 1 | 0 | 28 | B5 | 5C | 1F |
| Octal | 6 | 230 | 232 | 140 | 1 | 0 | 50 | 265 | 134 | 37 |
| Binary | 110 | 10011000 | 10011010 | 1100000 | 1 | 0 | 101000 | 10110101 | 1011100 | 11111 |
Color Harmonies of #06989A
Complementary color
Monochromatic Colors of #06989A
Black with #06989A
Text Example
Text Example
White with #06989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06989A; }
p { color: rgb(6,152,154); }
H1.HeaderClassName
{
color: #06989A;
}
.AnyTagClassName
{
color: #06989A;
}
</style>
background-color css
<style>
a { background-color: #06989A; }
a { background-color: rgb(6,152,154); }
div.DivClassName
{
background-color: #06989A;
}
.BgClassName
{
background-color: #06989A;
}
</style>
border-color css
<style>
span { border-color: #06989A; }
span { border-color: rgb(6,152,154); }
td.TdClassName
{
border-color: #06989A;
}
.TagClassName
{
border-color: #06989A;
}
</style>