Shades of Eastern Blue #06959B
Tints of Eastern Blue #06959B
RGB
CMYK
RGB Variations
Color information
#06959B (or 0x06959B) is known color: Eastern Blue. HEX triplet: 06, 95 and 9B. RGB value is (6,149,155). Sum of RGB (Red+Green+Blue) = 6+149+155=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #06959B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06959B is #F96A64. Grayscale: #6A6A6A. Windows color (decimal): -16345701 or 10196230. OLE color: 10196230.
HSL color Cylindrical-coordinate representation of color #06959B: hue angle of 182.42º 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 #06959B is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 149 | 155 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.39 |
| HSL | 182.42º | 0.93% | 0.32% | - |
| HSV(B) | 182.42º | 0.96% | 0.61% | - |
| XYZ | 16.74 | 23.9 | 34.74 | - |
| YUV | 106.93 | 155.12 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 155 | 0.96 | 0.04 | 0 | 0.39 | 182.42 | 0.93 | 0.32 |
| Hex | 6 | 95 | 9B | 60 | 4 | 0 | 27 | B6 | 5D | 20 |
| Octal | 6 | 225 | 233 | 140 | 4 | 0 | 47 | 266 | 135 | 40 |
| Binary | 110 | 10010101 | 10011011 | 1100000 | 100 | 0 | 100111 | 10110110 | 1011101 | 100000 |
Color Harmonies of #06959B
Complementary color
Monochromatic Colors of #06959B
Black with #06959B
Text Example
Text Example
White with #06959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06959B; }
p { color: rgb(6,149,155); }
H1.HeaderClassName
{
color: #06959B;
}
.AnyTagClassName
{
color: #06959B;
}
</style>
background-color css
<style>
a { background-color: #06959B; }
a { background-color: rgb(6,149,155); }
div.DivClassName
{
background-color: #06959B;
}
.BgClassName
{
background-color: #06959B;
}
</style>
border-color css
<style>
span { border-color: #06959B; }
span { border-color: rgb(6,149,155); }
td.TdClassName
{
border-color: #06959B;
}
.TagClassName
{
border-color: #06959B;
}
</style>