Shades of Eastern Blue #067F96
Tints of Eastern Blue #067F96
RGB
CMYK
RGB Variations
Color information
#067F96 (or 0x067F96) is known color: Eastern Blue. HEX triplet: 06, 7F and 96. RGB value is (6,127,150). Sum of RGB (Red+Green+Blue) = 6+127+150=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #067F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F96 is #F98069. Grayscale: #5D5D5D. Windows color (decimal): -16351338 or 9862918. OLE color: 9862918.
HSL color Cylindrical-coordinate representation of color #067F96: hue angle of 189.58º 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 #067F96 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 127 | 150 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.41 |
| HSL | 189.58º | 0.92% | 0.31% | - |
| HSV(B) | 189.58º | 0.96% | 0.59% | - |
| XYZ | 13.17 | 17.42 | 31.52 | - |
| YUV | 93.44 | 159.91 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 150 | 0.96 | 0.15 | 0 | 0.41 | 189.58 | 0.92 | 0.31 |
| Hex | 6 | 7F | 96 | 60 | F | 0 | 29 | BE | 5C | 1F |
| Octal | 6 | 177 | 226 | 140 | 17 | 0 | 51 | 276 | 134 | 37 |
| Binary | 110 | 1111111 | 10010110 | 1100000 | 1111 | 0 | 101001 | 10111110 | 1011100 | 11111 |
Color Harmonies of #067F96
Complementary color
Monochromatic Colors of #067F96
Black with #067F96
Text Example
Text Example
White with #067F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067F96; }
p { color: rgb(6,127,150); }
H1.HeaderClassName
{
color: #067F96;
}
.AnyTagClassName
{
color: #067F96;
}
</style>
background-color css
<style>
a { background-color: #067F96; }
a { background-color: rgb(6,127,150); }
div.DivClassName
{
background-color: #067F96;
}
.BgClassName
{
background-color: #067F96;
}
</style>
border-color css
<style>
span { border-color: #067F96; }
span { border-color: rgb(6,127,150); }
td.TdClassName
{
border-color: #067F96;
}
.TagClassName
{
border-color: #067F96;
}
</style>