Shades of Eastern Blue #068292
Tints of Eastern Blue #068292
RGB
CMYK
RGB Variations
Color information
#068292 (or 0x068292) is known color: Eastern Blue. HEX triplet: 06, 82 and 92. RGB value is (6,130,146). Sum of RGB (Red+Green+Blue) = 6+130+146=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #068292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068292 is #F97D6D. Grayscale: #5E5E5E. Windows color (decimal): -16350574 or 9601542. OLE color: 9601542.
HSL color Cylindrical-coordinate representation of color #068292: hue angle of 186.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 #068292 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 130 | 146 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.43 |
| HSL | 186.86º | 0.92% | 0.3% | - |
| HSV(B) | 186.86º | 0.96% | 0.57% | - |
| XYZ | 13.25 | 18.08 | 29.99 | - |
| YUV | 94.75 | 156.92 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 146 | 0.96 | 0.11 | 0 | 0.43 | 186.86 | 0.92 | 0.3 |
| Hex | 6 | 82 | 92 | 60 | B | 0 | 2B | BB | 5C | 1E |
| Octal | 6 | 202 | 222 | 140 | 13 | 0 | 53 | 273 | 134 | 36 |
| Binary | 110 | 10000010 | 10010010 | 1100000 | 1011 | 0 | 101011 | 10111011 | 1011100 | 11110 |
Color Harmonies of #068292
Complementary color
Monochromatic Colors of #068292
Black with #068292
Text Example
Text Example
White with #068292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068292; }
p { color: rgb(6,130,146); }
H1.HeaderClassName
{
color: #068292;
}
.AnyTagClassName
{
color: #068292;
}
</style>
background-color css
<style>
a { background-color: #068292; }
a { background-color: rgb(6,130,146); }
div.DivClassName
{
background-color: #068292;
}
.BgClassName
{
background-color: #068292;
}
</style>
border-color css
<style>
span { border-color: #068292; }
span { border-color: rgb(6,130,146); }
td.TdClassName
{
border-color: #068292;
}
.TagClassName
{
border-color: #068292;
}
</style>