Shades of Eastern Blue #068AAB
Tints of Eastern Blue #068AAB
RGB
CMYK
RGB Variations
Color information
#068AAB (or 0x068AAB) is known color: Eastern Blue. HEX triplet: 06, 8A and AB. RGB value is (6,138,171). Sum of RGB (Red+Green+Blue) = 6+138+171=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #068AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068AAB is #F97554. Grayscale: #666666. Windows color (decimal): -16348501 or 11241990. OLE color: 11241990.
HSL color Cylindrical-coordinate representation of color #068AAB: hue angle of 192º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068AAB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 138 | 171 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.33 |
| HSL | 192º | 0.93% | 0.35% | - |
| HSV(B) | 192º | 0.96% | 0.67% | - |
| XYZ | 16.51 | 21.16 | 41.74 | - |
| YUV | 102.29 | 166.77 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 171 | 0.96 | 0.19 | 0 | 0.33 | 192 | 0.93 | 0.35 |
| Hex | 6 | 8A | AB | 60 | 13 | 0 | 21 | C0 | 5D | 23 |
| Octal | 6 | 212 | 253 | 140 | 23 | 0 | 41 | 300 | 135 | 43 |
| Binary | 110 | 10001010 | 10101011 | 1100000 | 10011 | 0 | 100001 | 11000000 | 1011101 | 100011 |
Color Harmonies of #068AAB
Complementary color
Monochromatic Colors of #068AAB
Black with #068AAB
Text Example
Text Example
White with #068AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068AAB; }
p { color: rgb(6,138,171); }
H1.HeaderClassName
{
color: #068AAB;
}
.AnyTagClassName
{
color: #068AAB;
}
</style>
background-color css
<style>
a { background-color: #068AAB; }
a { background-color: rgb(6,138,171); }
div.DivClassName
{
background-color: #068AAB;
}
.BgClassName
{
background-color: #068AAB;
}
</style>
border-color css
<style>
span { border-color: #068AAB; }
span { border-color: rgb(6,138,171); }
td.TdClassName
{
border-color: #068AAB;
}
.TagClassName
{
border-color: #068AAB;
}
</style>