Shades of Eastern Blue #068AA4
Tints of Eastern Blue #068AA4
RGB
CMYK
RGB Variations
Color information
#068AA4 (or 0x068AA4) is known color: Eastern Blue. HEX triplet: 06, 8A and A4. RGB value is (6,138,164). Sum of RGB (Red+Green+Blue) = 6+138+164=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #068AA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068AA4 is #F9755B. Grayscale: #656565. Windows color (decimal): -16348508 or 10783238. OLE color: 10783238.
HSL color Cylindrical-coordinate representation of color #068AA4: hue angle of 189.87º 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 #068AA4 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 138 | 164 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.36 |
| HSL | 189.87º | 0.93% | 0.33% | - |
| HSV(B) | 189.87º | 0.96% | 0.64% | - |
| XYZ | 15.86 | 20.9 | 38.32 | - |
| YUV | 101.5 | 163.27 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 164 | 0.96 | 0.16 | 0 | 0.36 | 189.87 | 0.93 | 0.33 |
| Hex | 6 | 8A | A4 | 60 | 10 | 0 | 24 | BE | 5D | 21 |
| Octal | 6 | 212 | 244 | 140 | 20 | 0 | 44 | 276 | 135 | 41 |
| Binary | 110 | 10001010 | 10100100 | 1100000 | 10000 | 0 | 100100 | 10111110 | 1011101 | 100001 |
Color Harmonies of #068AA4
Complementary color
Monochromatic Colors of #068AA4
Black with #068AA4
Text Example
Text Example
White with #068AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068AA4; }
p { color: rgb(6,138,164); }
H1.HeaderClassName
{
color: #068AA4;
}
.AnyTagClassName
{
color: #068AA4;
}
</style>
background-color css
<style>
a { background-color: #068AA4; }
a { background-color: rgb(6,138,164); }
div.DivClassName
{
background-color: #068AA4;
}
.BgClassName
{
background-color: #068AA4;
}
</style>
border-color css
<style>
span { border-color: #068AA4; }
span { border-color: rgb(6,138,164); }
td.TdClassName
{
border-color: #068AA4;
}
.TagClassName
{
border-color: #068AA4;
}
</style>