Shades of Eastern Blue #06919C
Tints of Eastern Blue #06919C
RGB
CMYK
RGB Variations
Color information
#06919C (or 0x06919C) is known color: Eastern Blue. HEX triplet: 06, 91 and 9C. RGB value is (6,145,156). Sum of RGB (Red+Green+Blue) = 6+145+156=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #06919C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06919C is #F96E63. Grayscale: #686868. Windows color (decimal): -16346724 or 10260742. OLE color: 10260742.
HSL color Cylindrical-coordinate representation of color #06919C: hue angle of 184.4º 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 #06919C is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 145 | 156 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.39 |
| HSL | 184.4º | 0.93% | 0.32% | - |
| HSV(B) | 184.4º | 0.96% | 0.61% | - |
| XYZ | 16.2 | 22.69 | 34.98 | - |
| YUV | 104.69 | 156.95 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 156 | 0.96 | 0.07 | 0 | 0.39 | 184.4 | 0.93 | 0.32 |
| Hex | 6 | 91 | 9C | 60 | 7 | 0 | 27 | B8 | 5D | 20 |
| Octal | 6 | 221 | 234 | 140 | 7 | 0 | 47 | 270 | 135 | 40 |
| Binary | 110 | 10010001 | 10011100 | 1100000 | 111 | 0 | 100111 | 10111000 | 1011101 | 100000 |
Color Harmonies of #06919C
Complementary color
Monochromatic Colors of #06919C
Black with #06919C
Text Example
Text Example
White with #06919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06919C; }
p { color: rgb(6,145,156); }
H1.HeaderClassName
{
color: #06919C;
}
.AnyTagClassName
{
color: #06919C;
}
</style>
background-color css
<style>
a { background-color: #06919C; }
a { background-color: rgb(6,145,156); }
div.DivClassName
{
background-color: #06919C;
}
.BgClassName
{
background-color: #06919C;
}
</style>
border-color css
<style>
span { border-color: #06919C; }
span { border-color: rgb(6,145,156); }
td.TdClassName
{
border-color: #06919C;
}
.TagClassName
{
border-color: #06919C;
}
</style>