Shades of Eastern Blue #068BA2
Tints of Eastern Blue #068BA2
RGB
CMYK
RGB Variations
Color information
#068BA2 (or 0x068BA2) is known color: Eastern Blue. HEX triplet: 06, 8B and A2. RGB value is (6,139,162). Sum of RGB (Red+Green+Blue) = 6+139+162=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #068BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068BA2 is #F9745D. Grayscale: #656565. Windows color (decimal): -16348254 or 10652422. OLE color: 10652422.
HSL color Cylindrical-coordinate representation of color #068BA2: hue angle of 188.85º 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 #068BA2 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 139 | 162 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.36 |
| HSL | 188.85º | 0.93% | 0.33% | - |
| HSV(B) | 188.85º | 0.96% | 0.64% | - |
| XYZ | 15.83 | 21.11 | 37.42 | - |
| YUV | 101.86 | 161.94 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 162 | 0.96 | 0.14 | 0 | 0.36 | 188.85 | 0.93 | 0.33 |
| Hex | 6 | 8B | A2 | 60 | E | 0 | 24 | BD | 5D | 21 |
| Octal | 6 | 213 | 242 | 140 | 16 | 0 | 44 | 275 | 135 | 41 |
| Binary | 110 | 10001011 | 10100010 | 1100000 | 1110 | 0 | 100100 | 10111101 | 1011101 | 100001 |
Color Harmonies of #068BA2
Complementary color
Monochromatic Colors of #068BA2
Black with #068BA2
Text Example
Text Example
White with #068BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068BA2; }
p { color: rgb(6,139,162); }
H1.HeaderClassName
{
color: #068BA2;
}
.AnyTagClassName
{
color: #068BA2;
}
</style>
background-color css
<style>
a { background-color: #068BA2; }
a { background-color: rgb(6,139,162); }
div.DivClassName
{
background-color: #068BA2;
}
.BgClassName
{
background-color: #068BA2;
}
</style>
border-color css
<style>
span { border-color: #068BA2; }
span { border-color: rgb(6,139,162); }
td.TdClassName
{
border-color: #068BA2;
}
.TagClassName
{
border-color: #068BA2;
}
</style>