Shades of Eastern Blue #06819E
Tints of Eastern Blue #06819E
RGB
CMYK
RGB Variations
Color information
#06819E (or 0x06819E) is known color: Eastern Blue. HEX triplet: 06, 81 and 9E. RGB value is (6,129,158). Sum of RGB (Red+Green+Blue) = 6+129+158=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #06819E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06819E is #F97E61. Grayscale: #5F5F5F. Windows color (decimal): -16350818 or 10387718. OLE color: 10387718.
HSL color Cylindrical-coordinate representation of color #06819E: hue angle of 191.45º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06819E is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 129 | 158 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.38 |
| HSL | 191.45º | 0.93% | 0.32% | - |
| HSV(B) | 191.45º | 0.96% | 0.62% | - |
| XYZ | 14.1 | 18.21 | 35.12 | - |
| YUV | 95.53 | 163.25 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 158 | 0.96 | 0.18 | 0 | 0.38 | 191.45 | 0.93 | 0.32 |
| Hex | 6 | 81 | 9E | 60 | 12 | 0 | 26 | BF | 5D | 20 |
| Octal | 6 | 201 | 236 | 140 | 22 | 0 | 46 | 277 | 135 | 40 |
| Binary | 110 | 10000001 | 10011110 | 1100000 | 10010 | 0 | 100110 | 10111111 | 1011101 | 100000 |
Color Harmonies of #06819E
Complementary color
Monochromatic Colors of #06819E
Black with #06819E
Text Example
Text Example
White with #06819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06819E; }
p { color: rgb(6,129,158); }
H1.HeaderClassName
{
color: #06819E;
}
.AnyTagClassName
{
color: #06819E;
}
</style>
background-color css
<style>
a { background-color: #06819E; }
a { background-color: rgb(6,129,158); }
div.DivClassName
{
background-color: #06819E;
}
.BgClassName
{
background-color: #06819E;
}
</style>
border-color css
<style>
span { border-color: #06819E; }
span { border-color: rgb(6,129,158); }
td.TdClassName
{
border-color: #06819E;
}
.TagClassName
{
border-color: #06819E;
}
</style>