Shades of Eastern Blue #067F95
Tints of Eastern Blue #067F95
RGB
CMYK
RGB Variations
Color information
#067F95 (or 0x067F95) is known color: Eastern Blue. HEX triplet: 06, 7F and 95. RGB value is (6,127,149). Sum of RGB (Red+Green+Blue) = 6+127+149=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #067F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F95 is #F9806A. Grayscale: #5D5D5D. Windows color (decimal): -16351339 or 9797382. OLE color: 9797382.
HSL color Cylindrical-coordinate representation of color #067F95: hue angle of 189.23º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067F95 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 127 | 149 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.42 |
| HSL | 189.23º | 0.92% | 0.3% | - |
| HSV(B) | 189.23º | 0.96% | 0.58% | - |
| XYZ | 13.09 | 17.39 | 31.1 | - |
| YUV | 93.33 | 159.41 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 149 | 0.96 | 0.15 | 0 | 0.42 | 189.23 | 0.92 | 0.3 |
| Hex | 6 | 7F | 95 | 60 | F | 0 | 2A | BD | 5C | 1E |
| Octal | 6 | 177 | 225 | 140 | 17 | 0 | 52 | 275 | 134 | 36 |
| Binary | 110 | 1111111 | 10010101 | 1100000 | 1111 | 0 | 101010 | 10111101 | 1011100 | 11110 |
Color Harmonies of #067F95
Complementary color
Monochromatic Colors of #067F95
Black with #067F95
Text Example
Text Example
White with #067F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067F95; }
p { color: rgb(6,127,149); }
H1.HeaderClassName
{
color: #067F95;
}
.AnyTagClassName
{
color: #067F95;
}
</style>
background-color css
<style>
a { background-color: #067F95; }
a { background-color: rgb(6,127,149); }
div.DivClassName
{
background-color: #067F95;
}
.BgClassName
{
background-color: #067F95;
}
</style>
border-color css
<style>
span { border-color: #067F95; }
span { border-color: rgb(6,127,149); }
td.TdClassName
{
border-color: #067F95;
}
.TagClassName
{
border-color: #067F95;
}
</style>