Shades of Eastern Blue #068193
Tints of Eastern Blue #068193
RGB
CMYK
RGB Variations
Color information
#068193 (or 0x068193) is known color: Eastern Blue. HEX triplet: 06, 81 and 93. RGB value is (6,129,147). Sum of RGB (Red+Green+Blue) = 6+129+147=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #068193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068193 is #F97E6C. Grayscale: #5E5E5E. Windows color (decimal): -16350829 or 9666822. OLE color: 9666822.
HSL color Cylindrical-coordinate representation of color #068193: hue angle of 187.66º 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 #068193 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 129 | 147 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.42 |
| HSL | 187.66º | 0.92% | 0.3% | - |
| HSV(B) | 187.66º | 0.96% | 0.58% | - |
| XYZ | 13.19 | 17.85 | 30.35 | - |
| YUV | 94.28 | 157.75 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 147 | 0.96 | 0.12 | 0 | 0.42 | 187.66 | 0.92 | 0.3 |
| Hex | 6 | 81 | 93 | 60 | C | 0 | 2A | BC | 5C | 1E |
| Octal | 6 | 201 | 223 | 140 | 14 | 0 | 52 | 274 | 134 | 36 |
| Binary | 110 | 10000001 | 10010011 | 1100000 | 1100 | 0 | 101010 | 10111100 | 1011100 | 11110 |
Color Harmonies of #068193
Complementary color
Monochromatic Colors of #068193
Black with #068193
Text Example
Text Example
White with #068193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068193; }
p { color: rgb(6,129,147); }
H1.HeaderClassName
{
color: #068193;
}
.AnyTagClassName
{
color: #068193;
}
</style>
background-color css
<style>
a { background-color: #068193; }
a { background-color: rgb(6,129,147); }
div.DivClassName
{
background-color: #068193;
}
.BgClassName
{
background-color: #068193;
}
</style>
border-color css
<style>
span { border-color: #068193; }
span { border-color: rgb(6,129,147); }
td.TdClassName
{
border-color: #068193;
}
.TagClassName
{
border-color: #068193;
}
</style>