Shades of Eastern Blue #067891
Tints of Eastern Blue #067891
RGB
CMYK
RGB Variations
Color information
#067891 (or 0x067891) is known color: Eastern Blue. HEX triplet: 06, 78 and 91. RGB value is (6,120,145). Sum of RGB (Red+Green+Blue) = 6+120+145=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #067891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067891 is #F9876E. Grayscale: #585858. Windows color (decimal): -16353135 or 9533446. OLE color: 9533446.
HSL color Cylindrical-coordinate representation of color #067891: hue angle of 190.79º 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 #067891 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 120 | 145 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.43 |
| HSL | 190.79º | 0.92% | 0.3% | - |
| HSV(B) | 190.79º | 0.96% | 0.57% | - |
| XYZ | 11.9 | 15.52 | 29.16 | - |
| YUV | 88.76 | 159.73 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 145 | 0.96 | 0.17 | 0 | 0.43 | 190.79 | 0.92 | 0.3 |
| Hex | 6 | 78 | 91 | 60 | 11 | 0 | 2B | BF | 5C | 1E |
| Octal | 6 | 170 | 221 | 140 | 21 | 0 | 53 | 277 | 134 | 36 |
| Binary | 110 | 1111000 | 10010001 | 1100000 | 10001 | 0 | 101011 | 10111111 | 1011100 | 11110 |
Color Harmonies of #067891
Complementary color
Monochromatic Colors of #067891
Black with #067891
Text Example
Text Example
White with #067891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067891; }
p { color: rgb(6,120,145); }
H1.HeaderClassName
{
color: #067891;
}
.AnyTagClassName
{
color: #067891;
}
</style>
background-color css
<style>
a { background-color: #067891; }
a { background-color: rgb(6,120,145); }
div.DivClassName
{
background-color: #067891;
}
.BgClassName
{
background-color: #067891;
}
</style>
border-color css
<style>
span { border-color: #067891; }
span { border-color: rgb(6,120,145); }
td.TdClassName
{
border-color: #067891;
}
.TagClassName
{
border-color: #067891;
}
</style>