Shades of Eastern Blue #067C90
Tints of Eastern Blue #067C90
RGB
CMYK
RGB Variations
Color information
#067C90 (or 0x067C90) is known color: Eastern Blue. HEX triplet: 06, 7C and 90. RGB value is (6,124,144). Sum of RGB (Red+Green+Blue) = 6+124+144=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #067C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067C90 is #F9836F. Grayscale: #5A5A5A. Windows color (decimal): -16352112 or 9468934. OLE color: 9468934.
HSL color Cylindrical-coordinate representation of color #067C90: hue angle of 188.7º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067C90 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 124 | 144 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.44 |
| HSL | 188.7º | 0.92% | 0.29% | - |
| HSV(B) | 188.7º | 0.96% | 0.56% | - |
| XYZ | 12.32 | 16.47 | 28.91 | - |
| YUV | 91 | 157.91 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 144 | 0.96 | 0.14 | 0 | 0.44 | 188.7 | 0.92 | 0.29 |
| Hex | 6 | 7C | 90 | 60 | E | 0 | 2C | BD | 5C | 1D |
| Octal | 6 | 174 | 220 | 140 | 16 | 0 | 54 | 275 | 134 | 35 |
| Binary | 110 | 1111100 | 10010000 | 1100000 | 1110 | 0 | 101100 | 10111101 | 1011100 | 11101 |
Color Harmonies of #067C90
Complementary color
Monochromatic Colors of #067C90
Black with #067C90
Text Example
Text Example
White with #067C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067C90; }
p { color: rgb(6,124,144); }
H1.HeaderClassName
{
color: #067C90;
}
.AnyTagClassName
{
color: #067C90;
}
</style>
background-color css
<style>
a { background-color: #067C90; }
a { background-color: rgb(6,124,144); }
div.DivClassName
{
background-color: #067C90;
}
.BgClassName
{
background-color: #067C90;
}
</style>
border-color css
<style>
span { border-color: #067C90; }
span { border-color: rgb(6,124,144); }
td.TdClassName
{
border-color: #067C90;
}
.TagClassName
{
border-color: #067C90;
}
</style>