Shades of Eastern Blue #068F99
Tints of Eastern Blue #068F99
RGB
CMYK
RGB Variations
Color information
#068F99 (or 0x068F99) is known color: Eastern Blue. HEX triplet: 06, 8F and 99. RGB value is (6,143,153). Sum of RGB (Red+Green+Blue) = 6+143+153=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #068F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068F99 is #F97066. Grayscale: #666666. Windows color (decimal): -16347239 or 10063622. OLE color: 10063622.
HSL color Cylindrical-coordinate representation of color #068F99: hue angle of 184.08º degrees, saturation: 0.92, 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 #068F99 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 143 | 153 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.4 |
| HSL | 184.08º | 0.92% | 0.31% | - |
| HSV(B) | 184.08º | 0.96% | 0.6% | - |
| XYZ | 15.65 | 21.98 | 33.56 | - |
| YUV | 103.18 | 156.11 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 153 | 0.96 | 0.07 | 0 | 0.4 | 184.08 | 0.92 | 0.31 |
| Hex | 6 | 8F | 99 | 60 | 7 | 0 | 28 | B8 | 5C | 1F |
| Octal | 6 | 217 | 231 | 140 | 7 | 0 | 50 | 270 | 134 | 37 |
| Binary | 110 | 10001111 | 10011001 | 1100000 | 111 | 0 | 101000 | 10111000 | 1011100 | 11111 |
Color Harmonies of #068F99
Complementary color
Monochromatic Colors of #068F99
Black with #068F99
Text Example
Text Example
White with #068F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F99; }
p { color: rgb(6,143,153); }
H1.HeaderClassName
{
color: #068F99;
}
.AnyTagClassName
{
color: #068F99;
}
</style>
background-color css
<style>
a { background-color: #068F99; }
a { background-color: rgb(6,143,153); }
div.DivClassName
{
background-color: #068F99;
}
.BgClassName
{
background-color: #068F99;
}
</style>
border-color css
<style>
span { border-color: #068F99; }
span { border-color: rgb(6,143,153); }
td.TdClassName
{
border-color: #068F99;
}
.TagClassName
{
border-color: #068F99;
}
</style>