Shades of Eastern Blue #068192
Tints of Eastern Blue #068192
RGB
CMYK
RGB Variations
Color information
#068192 (or 0x068192) is known color: Eastern Blue. HEX triplet: 06, 81 and 92. RGB value is (6,129,146). Sum of RGB (Red+Green+Blue) = 6+129+146=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #068192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068192 is #F97E6D. Grayscale: #5D5D5D. Windows color (decimal): -16350830 or 9601286. OLE color: 9601286.
HSL color Cylindrical-coordinate representation of color #068192: hue angle of 187.29º 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 #068192 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 129 | 146 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.43 |
| HSL | 187.29º | 0.92% | 0.3% | - |
| HSV(B) | 187.29º | 0.96% | 0.57% | - |
| XYZ | 13.11 | 17.81 | 29.94 | - |
| YUV | 94.16 | 157.25 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 146 | 0.96 | 0.12 | 0 | 0.43 | 187.29 | 0.92 | 0.3 |
| Hex | 6 | 81 | 92 | 60 | C | 0 | 2B | BB | 5C | 1E |
| Octal | 6 | 201 | 222 | 140 | 14 | 0 | 53 | 273 | 134 | 36 |
| Binary | 110 | 10000001 | 10010010 | 1100000 | 1100 | 0 | 101011 | 10111011 | 1011100 | 11110 |
Color Harmonies of #068192
Complementary color
Monochromatic Colors of #068192
Black with #068192
Text Example
Text Example
White with #068192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068192; }
p { color: rgb(6,129,146); }
H1.HeaderClassName
{
color: #068192;
}
.AnyTagClassName
{
color: #068192;
}
</style>
background-color css
<style>
a { background-color: #068192; }
a { background-color: rgb(6,129,146); }
div.DivClassName
{
background-color: #068192;
}
.BgClassName
{
background-color: #068192;
}
</style>
border-color css
<style>
span { border-color: #068192; }
span { border-color: rgb(6,129,146); }
td.TdClassName
{
border-color: #068192;
}
.TagClassName
{
border-color: #068192;
}
</style>