Shades of Eastern Blue #06949B
Tints of Eastern Blue #06949B
RGB
CMYK
RGB Variations
Color information
#06949B (or 0x06949B) is known color: Eastern Blue. HEX triplet: 06, 94 and 9B. RGB value is (6,148,155). Sum of RGB (Red+Green+Blue) = 6+148+155=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #06949B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06949B is #F96B64. Grayscale: #6A6A6A. Windows color (decimal): -16345957 or 10195974. OLE color: 10195974.
HSL color Cylindrical-coordinate representation of color #06949B: hue angle of 182.82º 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 #06949B is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 148 | 155 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.39 |
| HSL | 182.82º | 0.93% | 0.32% | - |
| HSV(B) | 182.82º | 0.96% | 0.61% | - |
| XYZ | 16.58 | 23.59 | 34.69 | - |
| YUV | 106.34 | 155.46 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 155 | 0.96 | 0.05 | 0 | 0.39 | 182.82 | 0.93 | 0.32 |
| Hex | 6 | 94 | 9B | 60 | 5 | 0 | 27 | B7 | 5D | 20 |
| Octal | 6 | 224 | 233 | 140 | 5 | 0 | 47 | 267 | 135 | 40 |
| Binary | 110 | 10010100 | 10011011 | 1100000 | 101 | 0 | 100111 | 10110111 | 1011101 | 100000 |
Color Harmonies of #06949B
Complementary color
Monochromatic Colors of #06949B
Black with #06949B
Text Example
Text Example
White with #06949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06949B; }
p { color: rgb(6,148,155); }
H1.HeaderClassName
{
color: #06949B;
}
.AnyTagClassName
{
color: #06949B;
}
</style>
background-color css
<style>
a { background-color: #06949B; }
a { background-color: rgb(6,148,155); }
div.DivClassName
{
background-color: #06949B;
}
.BgClassName
{
background-color: #06949B;
}
</style>
border-color css
<style>
span { border-color: #06949B; }
span { border-color: rgb(6,148,155); }
td.TdClassName
{
border-color: #06949B;
}
.TagClassName
{
border-color: #06949B;
}
</style>