Shades of Eastern Blue #067F93
Tints of Eastern Blue #067F93
RGB
CMYK
RGB Variations
Color information
#067F93 (or 0x067F93) is known color: Eastern Blue. HEX triplet: 06, 7F and 93. RGB value is (6,127,147). Sum of RGB (Red+Green+Blue) = 6+127+147=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #067F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F93 is #F9806C. Grayscale: #5C5C5C. Windows color (decimal): -16351341 or 9666310. OLE color: 9666310.
HSL color Cylindrical-coordinate representation of color #067F93: hue angle of 188.51º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067F93 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 127 | 147 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.42 |
| HSL | 188.51º | 0.92% | 0.3% | - |
| HSV(B) | 188.51º | 0.96% | 0.58% | - |
| XYZ | 12.93 | 17.32 | 30.27 | - |
| YUV | 93.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 147 | 0.96 | 0.14 | 0 | 0.42 | 188.51 | 0.92 | 0.3 |
| Hex | 6 | 7F | 93 | 60 | E | 0 | 2A | BD | 5C | 1E |
| Octal | 6 | 177 | 223 | 140 | 16 | 0 | 52 | 275 | 134 | 36 |
| Binary | 110 | 1111111 | 10010011 | 1100000 | 1110 | 0 | 101010 | 10111101 | 1011100 | 11110 |
Color Harmonies of #067F93
Complementary color
Monochromatic Colors of #067F93
Black with #067F93
Text Example
Text Example
White with #067F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067F93; }
p { color: rgb(6,127,147); }
H1.HeaderClassName
{
color: #067F93;
}
.AnyTagClassName
{
color: #067F93;
}
</style>
background-color css
<style>
a { background-color: #067F93; }
a { background-color: rgb(6,127,147); }
div.DivClassName
{
background-color: #067F93;
}
.BgClassName
{
background-color: #067F93;
}
</style>
border-color css
<style>
span { border-color: #067F93; }
span { border-color: rgb(6,127,147); }
td.TdClassName
{
border-color: #067F93;
}
.TagClassName
{
border-color: #067F93;
}
</style>