Shades of Eastern Blue #068CA2
Tints of Eastern Blue #068CA2
RGB
CMYK
RGB Variations
Color information
#068CA2 (or 0x068CA2) is known color: Eastern Blue. HEX triplet: 06, 8C and A2. RGB value is (6,140,162). Sum of RGB (Red+Green+Blue) = 6+140+162=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #068CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068CA2 is #F9735D. Grayscale: #666666. Windows color (decimal): -16347998 or 10652678. OLE color: 10652678.
HSL color Cylindrical-coordinate representation of color #068CA2: hue angle of 188.46º 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 #068CA2 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 140 | 162 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.36 |
| HSL | 188.46º | 0.93% | 0.33% | - |
| HSV(B) | 188.46º | 0.96% | 0.64% | - |
| XYZ | 15.97 | 21.4 | 37.47 | - |
| YUV | 102.44 | 161.61 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 162 | 0.96 | 0.14 | 0 | 0.36 | 188.46 | 0.93 | 0.33 |
| Hex | 6 | 8C | A2 | 60 | E | 0 | 24 | BC | 5D | 21 |
| Octal | 6 | 214 | 242 | 140 | 16 | 0 | 44 | 274 | 135 | 41 |
| Binary | 110 | 10001100 | 10100010 | 1100000 | 1110 | 0 | 100100 | 10111100 | 1011101 | 100001 |
Color Harmonies of #068CA2
Complementary color
Monochromatic Colors of #068CA2
Black with #068CA2
Text Example
Text Example
White with #068CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068CA2; }
p { color: rgb(6,140,162); }
H1.HeaderClassName
{
color: #068CA2;
}
.AnyTagClassName
{
color: #068CA2;
}
</style>
background-color css
<style>
a { background-color: #068CA2; }
a { background-color: rgb(6,140,162); }
div.DivClassName
{
background-color: #068CA2;
}
.BgClassName
{
background-color: #068CA2;
}
</style>
border-color css
<style>
span { border-color: #068CA2; }
span { border-color: rgb(6,140,162); }
td.TdClassName
{
border-color: #068CA2;
}
.TagClassName
{
border-color: #068CA2;
}
</style>