Shades of Eastern Blue #0692A3
Tints of Eastern Blue #0692A3
RGB
CMYK
RGB Variations
Color information
#0692A3 (or 0x0692A3) is known color: Eastern Blue. HEX triplet: 06, 92 and A3. RGB value is (6,146,163). Sum of RGB (Red+Green+Blue) = 6+146+163=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #0692A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0692A3 is #F96D5C. Grayscale: #696969. Windows color (decimal): -16346461 or 10719750. OLE color: 10719750.
HSL color Cylindrical-coordinate representation of color #0692A3: hue angle of 186.5º 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 #0692A3 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 146 | 163 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.36 |
| HSL | 186.5º | 0.93% | 0.33% | - |
| HSV(B) | 186.5º | 0.96% | 0.64% | - |
| XYZ | 16.96 | 23.24 | 38.24 | - |
| YUV | 106.08 | 160.12 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 163 | 0.96 | 0.10 | 0 | 0.36 | 186.5 | 0.93 | 0.33 |
| Hex | 6 | 92 | A3 | 60 | A | 0 | 24 | BA | 5D | 21 |
| Octal | 6 | 222 | 243 | 140 | 12 | 0 | 44 | 272 | 135 | 41 |
| Binary | 110 | 10010010 | 10100011 | 1100000 | 1010 | 0 | 100100 | 10111010 | 1011101 | 100001 |
Color Harmonies of #0692A3
Complementary color
Monochromatic Colors of #0692A3
Black with #0692A3
Text Example
Text Example
White with #0692A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0692A3; }
p { color: rgb(6,146,163); }
H1.HeaderClassName
{
color: #0692A3;
}
.AnyTagClassName
{
color: #0692A3;
}
</style>
background-color css
<style>
a { background-color: #0692A3; }
a { background-color: rgb(6,146,163); }
div.DivClassName
{
background-color: #0692A3;
}
.BgClassName
{
background-color: #0692A3;
}
</style>
border-color css
<style>
span { border-color: #0692A3; }
span { border-color: rgb(6,146,163); }
td.TdClassName
{
border-color: #0692A3;
}
.TagClassName
{
border-color: #0692A3;
}
</style>