Shades of Eastern Blue #06929C
Tints of Eastern Blue #06929C
RGB
CMYK
RGB Variations
Color information
#06929C (or 0x06929C) is known color: Eastern Blue. HEX triplet: 06, 92 and 9C. RGB value is (6,146,156). Sum of RGB (Red+Green+Blue) = 6+146+156=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #06929C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06929C is #F96D63. Grayscale: #696969. Windows color (decimal): -16346468 or 10260998. OLE color: 10260998.
HSL color Cylindrical-coordinate representation of color #06929C: hue angle of 184º 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 #06929C is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 146 | 156 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.39 |
| HSL | 184º | 0.93% | 0.32% | - |
| HSV(B) | 184º | 0.96% | 0.61% | - |
| XYZ | 16.35 | 23 | 35.03 | - |
| YUV | 105.28 | 156.62 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 156 | 0.96 | 0.06 | 0 | 0.39 | 184 | 0.93 | 0.32 |
| Hex | 6 | 92 | 9C | 60 | 6 | 0 | 27 | B8 | 5D | 20 |
| Octal | 6 | 222 | 234 | 140 | 6 | 0 | 47 | 270 | 135 | 40 |
| Binary | 110 | 10010010 | 10011100 | 1100000 | 110 | 0 | 100111 | 10111000 | 1011101 | 100000 |
Color Harmonies of #06929C
Complementary color
Monochromatic Colors of #06929C
Black with #06929C
Text Example
Text Example
White with #06929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06929C; }
p { color: rgb(6,146,156); }
H1.HeaderClassName
{
color: #06929C;
}
.AnyTagClassName
{
color: #06929C;
}
</style>
background-color css
<style>
a { background-color: #06929C; }
a { background-color: rgb(6,146,156); }
div.DivClassName
{
background-color: #06929C;
}
.BgClassName
{
background-color: #06929C;
}
</style>
border-color css
<style>
span { border-color: #06929C; }
span { border-color: rgb(6,146,156); }
td.TdClassName
{
border-color: #06929C;
}
.TagClassName
{
border-color: #06929C;
}
</style>