Shades of Eastern Blue #06819C
Tints of Eastern Blue #06819C
RGB
CMYK
RGB Variations
Color information
#06819C (or 0x06819C) is known color: Eastern Blue. HEX triplet: 06, 81 and 9C. RGB value is (6,129,156). Sum of RGB (Red+Green+Blue) = 6+129+156=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #06819C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06819C is #F97E63. Grayscale: #5F5F5F. Windows color (decimal): -16350820 or 10256646. OLE color: 10256646.
HSL color Cylindrical-coordinate representation of color #06819C: hue angle of 190.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06819C is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 129 | 156 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.39 |
| HSL | 190.8º | 0.93% | 0.32% | - |
| HSV(B) | 190.8º | 0.96% | 0.61% | - |
| XYZ | 13.93 | 18.14 | 34.22 | - |
| YUV | 95.3 | 162.25 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 156 | 0.96 | 0.17 | 0 | 0.39 | 190.8 | 0.93 | 0.32 |
| Hex | 6 | 81 | 9C | 60 | 11 | 0 | 27 | BF | 5D | 20 |
| Octal | 6 | 201 | 234 | 140 | 21 | 0 | 47 | 277 | 135 | 40 |
| Binary | 110 | 10000001 | 10011100 | 1100000 | 10001 | 0 | 100111 | 10111111 | 1011101 | 100000 |
Color Harmonies of #06819C
Complementary color
Monochromatic Colors of #06819C
Black with #06819C
Text Example
Text Example
White with #06819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06819C; }
p { color: rgb(6,129,156); }
H1.HeaderClassName
{
color: #06819C;
}
.AnyTagClassName
{
color: #06819C;
}
</style>
background-color css
<style>
a { background-color: #06819C; }
a { background-color: rgb(6,129,156); }
div.DivClassName
{
background-color: #06819C;
}
.BgClassName
{
background-color: #06819C;
}
</style>
border-color css
<style>
span { border-color: #06819C; }
span { border-color: rgb(6,129,156); }
td.TdClassName
{
border-color: #06819C;
}
.TagClassName
{
border-color: #06819C;
}
</style>