Shades of Eastern Blue #067A97
Tints of Eastern Blue #067A97
RGB
CMYK
RGB Variations
Color information
#067A97 (or 0x067A97) is known color: Eastern Blue. HEX triplet: 06, 7A and 97. RGB value is (6,122,151). Sum of RGB (Red+Green+Blue) = 6+122+151=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #067A97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067A97 is #F98568. Grayscale: #5A5A5A. Windows color (decimal): -16352617 or 9927174. OLE color: 9927174.
HSL color Cylindrical-coordinate representation of color #067A97: hue angle of 192º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067A97 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 122 | 151 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.41 |
| HSL | 192º | 0.92% | 0.31% | - |
| HSV(B) | 192º | 0.96% | 0.59% | - |
| XYZ | 12.62 | 16.19 | 31.74 | - |
| YUV | 90.62 | 162.07 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 151 | 0.96 | 0.19 | 0 | 0.41 | 192 | 0.92 | 0.31 |
| Hex | 6 | 7A | 97 | 60 | 13 | 0 | 29 | C0 | 5C | 1F |
| Octal | 6 | 172 | 227 | 140 | 23 | 0 | 51 | 300 | 134 | 37 |
| Binary | 110 | 1111010 | 10010111 | 1100000 | 10011 | 0 | 101001 | 11000000 | 1011100 | 11111 |
Color Harmonies of #067A97
Complementary color
Monochromatic Colors of #067A97
Black with #067A97
Text Example
Text Example
White with #067A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067A97; }
p { color: rgb(6,122,151); }
H1.HeaderClassName
{
color: #067A97;
}
.AnyTagClassName
{
color: #067A97;
}
</style>
background-color css
<style>
a { background-color: #067A97; }
a { background-color: rgb(6,122,151); }
div.DivClassName
{
background-color: #067A97;
}
.BgClassName
{
background-color: #067A97;
}
</style>
border-color css
<style>
span { border-color: #067A97; }
span { border-color: rgb(6,122,151); }
td.TdClassName
{
border-color: #067A97;
}
.TagClassName
{
border-color: #067A97;
}
</style>