Shades of Eastern Blue #06829F
Tints of Eastern Blue #06829F
RGB
CMYK
RGB Variations
Color information
#06829F (or 0x06829F) is known color: Eastern Blue. HEX triplet: 06, 82 and 9F. RGB value is (6,130,159). Sum of RGB (Red+Green+Blue) = 6+130+159=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #06829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06829F is #F97D60. Grayscale: #5F5F5F. Windows color (decimal): -16350561 or 10453510. OLE color: 10453510.
HSL color Cylindrical-coordinate representation of color #06829F: hue angle of 191.37º 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 #06829F is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 130 | 159 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.38 |
| HSL | 191.37º | 0.93% | 0.32% | - |
| HSV(B) | 191.37º | 0.96% | 0.62% | - |
| XYZ | 14.32 | 18.51 | 35.62 | - |
| YUV | 96.23 | 163.42 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 159 | 0.96 | 0.18 | 0 | 0.38 | 191.37 | 0.93 | 0.32 |
| Hex | 6 | 82 | 9F | 60 | 12 | 0 | 26 | BF | 5D | 20 |
| Octal | 6 | 202 | 237 | 140 | 22 | 0 | 46 | 277 | 135 | 40 |
| Binary | 110 | 10000010 | 10011111 | 1100000 | 10010 | 0 | 100110 | 10111111 | 1011101 | 100000 |
Color Harmonies of #06829F
Complementary color
Monochromatic Colors of #06829F
Black with #06829F
Text Example
Text Example
White with #06829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06829F; }
p { color: rgb(6,130,159); }
H1.HeaderClassName
{
color: #06829F;
}
.AnyTagClassName
{
color: #06829F;
}
</style>
background-color css
<style>
a { background-color: #06829F; }
a { background-color: rgb(6,130,159); }
div.DivClassName
{
background-color: #06829F;
}
.BgClassName
{
background-color: #06829F;
}
</style>
border-color css
<style>
span { border-color: #06829F; }
span { border-color: rgb(6,130,159); }
td.TdClassName
{
border-color: #06829F;
}
.TagClassName
{
border-color: #06829F;
}
</style>