Shades of Eastern Blue #068CA3
Tints of Eastern Blue #068CA3
RGB
CMYK
RGB Variations
Color information
#068CA3 (or 0x068CA3) is known color: Eastern Blue. HEX triplet: 06, 8C and A3. RGB value is (6,140,163). Sum of RGB (Red+Green+Blue) = 6+140+163=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 163 (64.06% from 255 or 52.75% from 309); Max value from RGB is 163 - color contains mainly: blue. Hex color #068CA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068CA3 is #F9735C. Grayscale: #666666. Windows color (decimal): -16347997 or 10718214. OLE color: 10718214.
HSL color Cylindrical-coordinate representation of color #068CA3: hue angle of 188.79º 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 #068CA3 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 140 | 163 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.36 |
| HSL | 188.79º | 0.93% | 0.33% | - |
| HSV(B) | 188.79º | 0.96% | 0.64% | - |
| XYZ | 16.06 | 21.44 | 37.94 | - |
| YUV | 102.56 | 162.11 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 163 | 0.96 | 0.14 | 0 | 0.36 | 188.79 | 0.93 | 0.33 |
| Hex | 6 | 8C | A3 | 60 | E | 0 | 24 | BD | 5D | 21 |
| Octal | 6 | 214 | 243 | 140 | 16 | 0 | 44 | 275 | 135 | 41 |
| Binary | 110 | 10001100 | 10100011 | 1100000 | 1110 | 0 | 100100 | 10111101 | 1011101 | 100001 |
Color Harmonies of #068CA3
Complementary color
Monochromatic Colors of #068CA3
Black with #068CA3
Text Example
Text Example
White with #068CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068CA3; }
p { color: rgb(6,140,163); }
H1.HeaderClassName
{
color: #068CA3;
}
.AnyTagClassName
{
color: #068CA3;
}
</style>
background-color css
<style>
a { background-color: #068CA3; }
a { background-color: rgb(6,140,163); }
div.DivClassName
{
background-color: #068CA3;
}
.BgClassName
{
background-color: #068CA3;
}
</style>
border-color css
<style>
span { border-color: #068CA3; }
span { border-color: rgb(6,140,163); }
td.TdClassName
{
border-color: #068CA3;
}
.TagClassName
{
border-color: #068CA3;
}
</style>