Shades of Eastern Blue #067B92
Tints of Eastern Blue #067B92
RGB
CMYK
RGB Variations
Color information
#067B92 (or 0x067B92) is known color: Eastern Blue. HEX triplet: 06, 7B and 92. RGB value is (6,123,146). Sum of RGB (Red+Green+Blue) = 6+123+146=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #067B92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067B92 is #F9846D. Grayscale: #5A5A5A. Windows color (decimal): -16352366 or 9599750. OLE color: 9599750.
HSL color Cylindrical-coordinate representation of color #067B92: hue angle of 189.86º 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 #067B92 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 123 | 146 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.43 |
| HSL | 189.86º | 0.92% | 0.3% | - |
| HSV(B) | 189.86º | 0.96% | 0.57% | - |
| XYZ | 12.35 | 16.28 | 29.69 | - |
| YUV | 90.64 | 159.24 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 146 | 0.96 | 0.16 | 0 | 0.43 | 189.86 | 0.92 | 0.3 |
| Hex | 6 | 7B | 92 | 60 | 10 | 0 | 2B | BE | 5C | 1E |
| Octal | 6 | 173 | 222 | 140 | 20 | 0 | 53 | 276 | 134 | 36 |
| Binary | 110 | 1111011 | 10010010 | 1100000 | 10000 | 0 | 101011 | 10111110 | 1011100 | 11110 |
Color Harmonies of #067B92
Complementary color
Monochromatic Colors of #067B92
Black with #067B92
Text Example
Text Example
White with #067B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067B92; }
p { color: rgb(6,123,146); }
H1.HeaderClassName
{
color: #067B92;
}
.AnyTagClassName
{
color: #067B92;
}
</style>
background-color css
<style>
a { background-color: #067B92; }
a { background-color: rgb(6,123,146); }
div.DivClassName
{
background-color: #067B92;
}
.BgClassName
{
background-color: #067B92;
}
</style>
border-color css
<style>
span { border-color: #067B92; }
span { border-color: rgb(6,123,146); }
td.TdClassName
{
border-color: #067B92;
}
.TagClassName
{
border-color: #067B92;
}
</style>