Shades of Eastern Blue #067A8F
Tints of Eastern Blue #067A8F
RGB
CMYK
RGB Variations
Color information
#067A8F (or 0x067A8F) is known color: Eastern Blue. HEX triplet: 06, 7A and 8F. RGB value is (6,122,143). Sum of RGB (Red+Green+Blue) = 6+122+143=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #067A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067A8F is #F98570. Grayscale: #595959. Windows color (decimal): -16352625 or 9402886. OLE color: 9402886.
HSL color Cylindrical-coordinate representation of color #067A8F: hue angle of 189.2º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067A8F is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 122 | 143 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.44 |
| HSL | 189.2º | 0.92% | 0.29% | - |
| HSV(B) | 189.2º | 0.96% | 0.56% | - |
| XYZ | 11.99 | 15.94 | 28.43 | - |
| YUV | 89.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 143 | 0.96 | 0.15 | 0 | 0.44 | 189.2 | 0.92 | 0.29 |
| Hex | 6 | 7A | 8F | 60 | F | 0 | 2C | BD | 5C | 1D |
| Octal | 6 | 172 | 217 | 140 | 17 | 0 | 54 | 275 | 134 | 35 |
| Binary | 110 | 1111010 | 10001111 | 1100000 | 1111 | 0 | 101100 | 10111101 | 1011100 | 11101 |
Color Harmonies of #067A8F
Complementary color
Monochromatic Colors of #067A8F
Black with #067A8F
Text Example
Text Example
White with #067A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067A8F; }
p { color: rgb(6,122,143); }
H1.HeaderClassName
{
color: #067A8F;
}
.AnyTagClassName
{
color: #067A8F;
}
</style>
background-color css
<style>
a { background-color: #067A8F; }
a { background-color: rgb(6,122,143); }
div.DivClassName
{
background-color: #067A8F;
}
.BgClassName
{
background-color: #067A8F;
}
</style>
border-color css
<style>
span { border-color: #067A8F; }
span { border-color: rgb(6,122,143); }
td.TdClassName
{
border-color: #067A8F;
}
.TagClassName
{
border-color: #067A8F;
}
</style>