Shades of Eastern Blue #068293
Tints of Eastern Blue #068293
RGB
CMYK
RGB Variations
Color information
#068293 (or 0x068293) is known color: Eastern Blue. HEX triplet: 06, 82 and 93. RGB value is (6,130,147). Sum of RGB (Red+Green+Blue) = 6+130+147=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #068293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068293 is #F97D6C. Grayscale: #5E5E5E. Windows color (decimal): -16350573 or 9667078. OLE color: 9667078.
HSL color Cylindrical-coordinate representation of color #068293: hue angle of 187.23º 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 #068293 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 130 | 147 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.42 |
| HSL | 187.23º | 0.92% | 0.3% | - |
| HSV(B) | 187.23º | 0.96% | 0.58% | - |
| XYZ | 13.32 | 18.11 | 30.4 | - |
| YUV | 94.86 | 157.42 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 147 | 0.96 | 0.12 | 0 | 0.42 | 187.23 | 0.92 | 0.3 |
| Hex | 6 | 82 | 93 | 60 | C | 0 | 2A | BB | 5C | 1E |
| Octal | 6 | 202 | 223 | 140 | 14 | 0 | 52 | 273 | 134 | 36 |
| Binary | 110 | 10000010 | 10010011 | 1100000 | 1100 | 0 | 101010 | 10111011 | 1011100 | 11110 |
Color Harmonies of #068293
Complementary color
Monochromatic Colors of #068293
Black with #068293
Text Example
Text Example
White with #068293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068293; }
p { color: rgb(6,130,147); }
H1.HeaderClassName
{
color: #068293;
}
.AnyTagClassName
{
color: #068293;
}
</style>
background-color css
<style>
a { background-color: #068293; }
a { background-color: rgb(6,130,147); }
div.DivClassName
{
background-color: #068293;
}
.BgClassName
{
background-color: #068293;
}
</style>
border-color css
<style>
span { border-color: #068293; }
span { border-color: rgb(6,130,147); }
td.TdClassName
{
border-color: #068293;
}
.TagClassName
{
border-color: #068293;
}
</style>