Shades of Eastern Blue #06919B
Tints of Eastern Blue #06919B
RGB
CMYK
RGB Variations
Color information
#06919B (or 0x06919B) is known color: Eastern Blue. HEX triplet: 06, 91 and 9B. RGB value is (6,145,155). Sum of RGB (Red+Green+Blue) = 6+145+155=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #06919B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06919B is #F96E64. Grayscale: #686868. Windows color (decimal): -16346725 or 10195206. OLE color: 10195206.
HSL color Cylindrical-coordinate representation of color #06919B: hue angle of 184.03º 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 #06919B is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 145 | 155 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.39 |
| HSL | 184.03º | 0.93% | 0.32% | - |
| HSV(B) | 184.03º | 0.96% | 0.61% | - |
| XYZ | 16.12 | 22.66 | 34.53 | - |
| YUV | 104.58 | 156.45 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 155 | 0.96 | 0.06 | 0 | 0.39 | 184.03 | 0.93 | 0.32 |
| Hex | 6 | 91 | 9B | 60 | 6 | 0 | 27 | B8 | 5D | 20 |
| Octal | 6 | 221 | 233 | 140 | 6 | 0 | 47 | 270 | 135 | 40 |
| Binary | 110 | 10010001 | 10011011 | 1100000 | 110 | 0 | 100111 | 10111000 | 1011101 | 100000 |
Color Harmonies of #06919B
Complementary color
Monochromatic Colors of #06919B
Black with #06919B
Text Example
Text Example
White with #06919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06919B; }
p { color: rgb(6,145,155); }
H1.HeaderClassName
{
color: #06919B;
}
.AnyTagClassName
{
color: #06919B;
}
</style>
background-color css
<style>
a { background-color: #06919B; }
a { background-color: rgb(6,145,155); }
div.DivClassName
{
background-color: #06919B;
}
.BgClassName
{
background-color: #06919B;
}
</style>
border-color css
<style>
span { border-color: #06919B; }
span { border-color: rgb(6,145,155); }
td.TdClassName
{
border-color: #06919B;
}
.TagClassName
{
border-color: #06919B;
}
</style>