Shades of Eastern Blue #067C98
Tints of Eastern Blue #067C98
RGB
CMYK
RGB Variations
Color information
#067C98 (or 0x067C98) is known color: Eastern Blue. HEX triplet: 06, 7C and 98. RGB value is (6,124,152). Sum of RGB (Red+Green+Blue) = 6+124+152=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #067C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067C98 is #F98367. Grayscale: #5B5B5B. Windows color (decimal): -16352104 or 9993222. OLE color: 9993222.
HSL color Cylindrical-coordinate representation of color #067C98: hue angle of 191.51º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067C98 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 124 | 152 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.40 |
| HSL | 191.51º | 0.92% | 0.31% | - |
| HSV(B) | 191.51º | 0.96% | 0.6% | - |
| XYZ | 12.95 | 16.72 | 32.25 | - |
| YUV | 91.91 | 161.91 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 152 | 0.96 | 0.18 | 0 | 0.40 | 191.51 | 0.92 | 0.31 |
| Hex | 6 | 7C | 98 | 60 | 12 | 0 | 28 | C0 | 5C | 1F |
| Octal | 6 | 174 | 230 | 140 | 22 | 0 | 50 | 300 | 134 | 37 |
| Binary | 110 | 1111100 | 10011000 | 1100000 | 10010 | 0 | 101000 | 11000000 | 1011100 | 11111 |
Color Harmonies of #067C98
Complementary color
Monochromatic Colors of #067C98
Black with #067C98
Text Example
Text Example
White with #067C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067C98; }
p { color: rgb(6,124,152); }
H1.HeaderClassName
{
color: #067C98;
}
.AnyTagClassName
{
color: #067C98;
}
</style>
background-color css
<style>
a { background-color: #067C98; }
a { background-color: rgb(6,124,152); }
div.DivClassName
{
background-color: #067C98;
}
.BgClassName
{
background-color: #067C98;
}
</style>
border-color css
<style>
span { border-color: #067C98; }
span { border-color: rgb(6,124,152); }
td.TdClassName
{
border-color: #067C98;
}
.TagClassName
{
border-color: #067C98;
}
</style>