Shades of Eastern Blue #06819A
Tints of Eastern Blue #06819A
RGB
CMYK
RGB Variations
Color information
#06819A (or 0x06819A) is known color: Eastern Blue. HEX triplet: 06, 81 and 9A. RGB value is (6,129,154). Sum of RGB (Red+Green+Blue) = 6+129+154=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #06819A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06819A is #F97E65. Grayscale: #5E5E5E. Windows color (decimal): -16350822 or 10125574. OLE color: 10125574.
HSL color Cylindrical-coordinate representation of color #06819A: hue angle of 190.14º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06819A is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 129 | 154 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.40 |
| HSL | 190.14º | 0.93% | 0.31% | - |
| HSV(B) | 190.14º | 0.96% | 0.6% | - |
| XYZ | 13.76 | 18.07 | 33.34 | - |
| YUV | 95.07 | 161.25 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 154 | 0.96 | 0.16 | 0 | 0.40 | 190.14 | 0.93 | 0.31 |
| Hex | 6 | 81 | 9A | 60 | 10 | 0 | 28 | BE | 5C | 1F |
| Octal | 6 | 201 | 232 | 140 | 20 | 0 | 50 | 276 | 134 | 37 |
| Binary | 110 | 10000001 | 10011010 | 1100000 | 10000 | 0 | 101000 | 10111110 | 1011100 | 11111 |
Color Harmonies of #06819A
Complementary color
Monochromatic Colors of #06819A
Black with #06819A
Text Example
Text Example
White with #06819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06819A; }
p { color: rgb(6,129,154); }
H1.HeaderClassName
{
color: #06819A;
}
.AnyTagClassName
{
color: #06819A;
}
</style>
background-color css
<style>
a { background-color: #06819A; }
a { background-color: rgb(6,129,154); }
div.DivClassName
{
background-color: #06819A;
}
.BgClassName
{
background-color: #06819A;
}
</style>
border-color css
<style>
span { border-color: #06819A; }
span { border-color: rgb(6,129,154); }
td.TdClassName
{
border-color: #06819A;
}
.TagClassName
{
border-color: #06819A;
}
</style>