Shades of Eastern Blue #06949F
Tints of Eastern Blue #06949F
RGB
CMYK
RGB Variations
Color information
#06949F (or 0x06949F) is known color: Eastern Blue. HEX triplet: 06, 94 and 9F. RGB value is (6,148,159). Sum of RGB (Red+Green+Blue) = 6+148+159=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #06949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06949F is #F96B60. Grayscale: #6A6A6A. Windows color (decimal): -16345953 or 10458118. OLE color: 10458118.
HSL color Cylindrical-coordinate representation of color #06949F: hue angle of 184.31º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06949F is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 148 | 159 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.38 |
| HSL | 184.31º | 0.93% | 0.32% | - |
| HSV(B) | 184.31º | 0.96% | 0.62% | - |
| XYZ | 16.92 | 23.72 | 36.49 | - |
| YUV | 106.8 | 157.46 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 159 | 0.96 | 0.07 | 0 | 0.38 | 184.31 | 0.93 | 0.32 |
| Hex | 6 | 94 | 9F | 60 | 7 | 0 | 26 | B8 | 5D | 20 |
| Octal | 6 | 224 | 237 | 140 | 7 | 0 | 46 | 270 | 135 | 40 |
| Binary | 110 | 10010100 | 10011111 | 1100000 | 111 | 0 | 100110 | 10111000 | 1011101 | 100000 |
Color Harmonies of #06949F
Complementary color
Monochromatic Colors of #06949F
Black with #06949F
Text Example
Text Example
White with #06949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06949F; }
p { color: rgb(6,148,159); }
H1.HeaderClassName
{
color: #06949F;
}
.AnyTagClassName
{
color: #06949F;
}
</style>
background-color css
<style>
a { background-color: #06949F; }
a { background-color: rgb(6,148,159); }
div.DivClassName
{
background-color: #06949F;
}
.BgClassName
{
background-color: #06949F;
}
</style>
border-color css
<style>
span { border-color: #06949F; }
span { border-color: rgb(6,148,159); }
td.TdClassName
{
border-color: #06949F;
}
.TagClassName
{
border-color: #06949F;
}
</style>