Shades of Eastern Blue #06959A
Tints of Eastern Blue #06959A
RGB
CMYK
RGB Variations
Color information
#06959A (or 0x06959A) is known color: Eastern Blue. HEX triplet: 06, 95 and 9A. RGB value is (6,149,154). Sum of RGB (Red+Green+Blue) = 6+149+154=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #06959A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06959A is #F96A65. Grayscale: #6A6A6A. Windows color (decimal): -16345702 or 10130694. OLE color: 10130694.
HSL color Cylindrical-coordinate representation of color #06959A: hue angle of 182.03º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06959A is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 149 | 154 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.40 |
| HSL | 182.03º | 0.93% | 0.31% | - |
| HSV(B) | 182.03º | 0.96% | 0.6% | - |
| XYZ | 16.66 | 23.87 | 34.3 | - |
| YUV | 106.81 | 154.62 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 154 | 0.96 | 0.03 | 0 | 0.40 | 182.03 | 0.93 | 0.31 |
| Hex | 6 | 95 | 9A | 60 | 3 | 0 | 28 | B6 | 5C | 1F |
| Octal | 6 | 225 | 232 | 140 | 3 | 0 | 50 | 266 | 134 | 37 |
| Binary | 110 | 10010101 | 10011010 | 1100000 | 11 | 0 | 101000 | 10110110 | 1011100 | 11111 |
Color Harmonies of #06959A
Complementary color
Monochromatic Colors of #06959A
Black with #06959A
Text Example
Text Example
White with #06959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06959A; }
p { color: rgb(6,149,154); }
H1.HeaderClassName
{
color: #06959A;
}
.AnyTagClassName
{
color: #06959A;
}
</style>
background-color css
<style>
a { background-color: #06959A; }
a { background-color: rgb(6,149,154); }
div.DivClassName
{
background-color: #06959A;
}
.BgClassName
{
background-color: #06959A;
}
</style>
border-color css
<style>
span { border-color: #06959A; }
span { border-color: rgb(6,149,154); }
td.TdClassName
{
border-color: #06959A;
}
.TagClassName
{
border-color: #06959A;
}
</style>