Shades of Eastern Blue #0689A4
Tints of Eastern Blue #0689A4
RGB
CMYK
RGB Variations
Color information
#0689A4 (or 0x0689A4) is known color: Eastern Blue. HEX triplet: 06, 89 and A4. RGB value is (6,137,164). Sum of RGB (Red+Green+Blue) = 6+137+164=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #0689A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0689A4 is #F9765B. Grayscale: #646464. Windows color (decimal): -16348764 or 10782982. OLE color: 10782982.
HSL color Cylindrical-coordinate representation of color #0689A4: hue angle of 190.25º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0689A4 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 137 | 164 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.36 |
| HSL | 190.25º | 0.93% | 0.33% | - |
| HSV(B) | 190.25º | 0.96% | 0.64% | - |
| XYZ | 15.72 | 20.61 | 38.27 | - |
| YUV | 100.91 | 163.6 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 164 | 0.96 | 0.16 | 0 | 0.36 | 190.25 | 0.93 | 0.33 |
| Hex | 6 | 89 | A4 | 60 | 10 | 0 | 24 | BE | 5D | 21 |
| Octal | 6 | 211 | 244 | 140 | 20 | 0 | 44 | 276 | 135 | 41 |
| Binary | 110 | 10001001 | 10100100 | 1100000 | 10000 | 0 | 100100 | 10111110 | 1011101 | 100001 |
Color Harmonies of #0689A4
Complementary color
Monochromatic Colors of #0689A4
Black with #0689A4
Text Example
Text Example
White with #0689A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0689A4; }
p { color: rgb(6,137,164); }
H1.HeaderClassName
{
color: #0689A4;
}
.AnyTagClassName
{
color: #0689A4;
}
</style>
background-color css
<style>
a { background-color: #0689A4; }
a { background-color: rgb(6,137,164); }
div.DivClassName
{
background-color: #0689A4;
}
.BgClassName
{
background-color: #0689A4;
}
</style>
border-color css
<style>
span { border-color: #0689A4; }
span { border-color: rgb(6,137,164); }
td.TdClassName
{
border-color: #0689A4;
}
.TagClassName
{
border-color: #0689A4;
}
</style>