Shades of Eastern Blue #067B91
Tints of Eastern Blue #067B91
RGB
CMYK
RGB Variations
Color information
#067B91 (or 0x067B91) is known color: Eastern Blue. HEX triplet: 06, 7B and 91. RGB value is (6,123,145). Sum of RGB (Red+Green+Blue) = 6+123+145=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #067B91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067B91 is #F9846E. Grayscale: #5A5A5A. Windows color (decimal): -16352367 or 9534214. OLE color: 9534214.
HSL color Cylindrical-coordinate representation of color #067B91: hue angle of 189.5º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067B91 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 123 | 145 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.43 |
| HSL | 189.5º | 0.92% | 0.3% | - |
| HSV(B) | 189.5º | 0.96% | 0.57% | - |
| XYZ | 12.27 | 16.25 | 29.28 | - |
| YUV | 90.53 | 158.74 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 145 | 0.96 | 0.15 | 0 | 0.43 | 189.5 | 0.92 | 0.3 |
| Hex | 6 | 7B | 91 | 60 | F | 0 | 2B | BD | 5C | 1E |
| Octal | 6 | 173 | 221 | 140 | 17 | 0 | 53 | 275 | 134 | 36 |
| Binary | 110 | 1111011 | 10010001 | 1100000 | 1111 | 0 | 101011 | 10111101 | 1011100 | 11110 |
Color Harmonies of #067B91
Complementary color
Monochromatic Colors of #067B91
Black with #067B91
Text Example
Text Example
White with #067B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067B91; }
p { color: rgb(6,123,145); }
H1.HeaderClassName
{
color: #067B91;
}
.AnyTagClassName
{
color: #067B91;
}
</style>
background-color css
<style>
a { background-color: #067B91; }
a { background-color: rgb(6,123,145); }
div.DivClassName
{
background-color: #067B91;
}
.BgClassName
{
background-color: #067B91;
}
</style>
border-color css
<style>
span { border-color: #067B91; }
span { border-color: rgb(6,123,145); }
td.TdClassName
{
border-color: #067B91;
}
.TagClassName
{
border-color: #067B91;
}
</style>