Shades of Eastern Blue #068D9D
Tints of Eastern Blue #068D9D
RGB
CMYK
RGB Variations
Color information
#068D9D (or 0x068D9D) is known color: Eastern Blue. HEX triplet: 06, 8D and 9D. RGB value is (6,141,157). Sum of RGB (Red+Green+Blue) = 6+141+157=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #068D9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068D9D is #F97262. Grayscale: #666666. Windows color (decimal): -16347747 or 10325254. OLE color: 10325254.
HSL color Cylindrical-coordinate representation of color #068D9D: hue angle of 186.36º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D9D is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 141 | 157 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.38 |
| HSL | 186.36º | 0.93% | 0.32% | - |
| HSV(B) | 186.36º | 0.96% | 0.62% | - |
| XYZ | 15.69 | 21.52 | 35.23 | - |
| YUV | 102.46 | 158.77 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 157 | 0.96 | 0.10 | 0 | 0.38 | 186.36 | 0.93 | 0.32 |
| Hex | 6 | 8D | 9D | 60 | A | 0 | 26 | BA | 5D | 20 |
| Octal | 6 | 215 | 235 | 140 | 12 | 0 | 46 | 272 | 135 | 40 |
| Binary | 110 | 10001101 | 10011101 | 1100000 | 1010 | 0 | 100110 | 10111010 | 1011101 | 100000 |
Color Harmonies of #068D9D
Complementary color
Monochromatic Colors of #068D9D
Black with #068D9D
Text Example
Text Example
White with #068D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068D9D; }
p { color: rgb(6,141,157); }
H1.HeaderClassName
{
color: #068D9D;
}
.AnyTagClassName
{
color: #068D9D;
}
</style>
background-color css
<style>
a { background-color: #068D9D; }
a { background-color: rgb(6,141,157); }
div.DivClassName
{
background-color: #068D9D;
}
.BgClassName
{
background-color: #068D9D;
}
</style>
border-color css
<style>
span { border-color: #068D9D; }
span { border-color: rgb(6,141,157); }
td.TdClassName
{
border-color: #068D9D;
}
.TagClassName
{
border-color: #068D9D;
}
</style>