Shades of Eastern Blue #06919A
Tints of Eastern Blue #06919A
RGB
CMYK
RGB Variations
Color information
#06919A (or 0x06919A) is known color: Eastern Blue. HEX triplet: 06, 91 and 9A. RGB value is (6,145,154). Sum of RGB (Red+Green+Blue) = 6+145+154=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #06919A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06919A is #F96E65. Grayscale: #686868. Windows color (decimal): -16346726 or 10129670. OLE color: 10129670.
HSL color Cylindrical-coordinate representation of color #06919A: hue angle of 183.65º 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 #06919A is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 145 | 154 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.40 |
| HSL | 183.65º | 0.93% | 0.31% | - |
| HSV(B) | 183.65º | 0.96% | 0.6% | - |
| XYZ | 16.03 | 22.62 | 34.09 | - |
| YUV | 104.47 | 155.95 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 154 | 0.96 | 0.06 | 0 | 0.40 | 183.65 | 0.93 | 0.31 |
| Hex | 6 | 91 | 9A | 60 | 6 | 0 | 28 | B8 | 5C | 1F |
| Octal | 6 | 221 | 232 | 140 | 6 | 0 | 50 | 270 | 134 | 37 |
| Binary | 110 | 10010001 | 10011010 | 1100000 | 110 | 0 | 101000 | 10111000 | 1011100 | 11111 |
Color Harmonies of #06919A
Complementary color
Monochromatic Colors of #06919A
Black with #06919A
Text Example
Text Example
White with #06919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06919A; }
p { color: rgb(6,145,154); }
H1.HeaderClassName
{
color: #06919A;
}
.AnyTagClassName
{
color: #06919A;
}
</style>
background-color css
<style>
a { background-color: #06919A; }
a { background-color: rgb(6,145,154); }
div.DivClassName
{
background-color: #06919A;
}
.BgClassName
{
background-color: #06919A;
}
</style>
border-color css
<style>
span { border-color: #06919A; }
span { border-color: rgb(6,145,154); }
td.TdClassName
{
border-color: #06919A;
}
.TagClassName
{
border-color: #06919A;
}
</style>