Shades of Eastern Blue #0699A4
Tints of Eastern Blue #0699A4
RGB
CMYK
RGB Variations
Color information
#0699A4 (or 0x0699A4) is known color: Eastern Blue. HEX triplet: 06, 99 and A4. RGB value is (6,153,164). Sum of RGB (Red+Green+Blue) = 6+153+164=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #0699A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0699A4 is #F9665B. Grayscale: #6E6E6E. Windows color (decimal): -16344668 or 10787078. OLE color: 10787078.
HSL color Cylindrical-coordinate representation of color #0699A4: hue angle of 184.18º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0699A4 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 153 | 164 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.36 |
| HSL | 184.18º | 0.93% | 0.33% | - |
| HSV(B) | 184.18º | 0.96% | 0.64% | - |
| XYZ | 18.17 | 25.5 | 39.09 | - |
| YUV | 110.3 | 158.3 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 164 | 0.96 | 0.07 | 0 | 0.36 | 184.18 | 0.93 | 0.33 |
| Hex | 6 | 99 | A4 | 60 | 7 | 0 | 24 | B8 | 5D | 21 |
| Octal | 6 | 231 | 244 | 140 | 7 | 0 | 44 | 270 | 135 | 41 |
| Binary | 110 | 10011001 | 10100100 | 1100000 | 111 | 0 | 100100 | 10111000 | 1011101 | 100001 |
Color Harmonies of #0699A4
Complementary color
Monochromatic Colors of #0699A4
Black with #0699A4
Text Example
Text Example
White with #0699A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0699A4; }
p { color: rgb(6,153,164); }
H1.HeaderClassName
{
color: #0699A4;
}
.AnyTagClassName
{
color: #0699A4;
}
</style>
background-color css
<style>
a { background-color: #0699A4; }
a { background-color: rgb(6,153,164); }
div.DivClassName
{
background-color: #0699A4;
}
.BgClassName
{
background-color: #0699A4;
}
</style>
border-color css
<style>
span { border-color: #0699A4; }
span { border-color: rgb(6,153,164); }
td.TdClassName
{
border-color: #0699A4;
}
.TagClassName
{
border-color: #0699A4;
}
</style>