#068DA9

Color #068DA9 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #068DA9

Tints of Eastern Blue #068DA9

Color information

#068DA9 (or 0x068DA9) is unknown color: approx Eastern Blue. HEX triplet: 06, 8D and A9. RGB value is (6,141,169). Sum of RGB (Red+Green+Blue) = 6+141+169=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 169 (66.41% from 255 or 53.48% from 316); Max value from RGB is 169 - color contains mainly: blue. Hex color #068DA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068DA9 is #F97256. Grayscale: #676767. Windows color (decimal): -16347735 or 11111686. OLE color: 11111686.

HSL color Cylindrical-coordinate representation of color #068DA9: hue angle of 190.31º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068DA9 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6141169-
CMYK0.960.1700.34
HSL190.31º93.14%34.31%-
HSV(B)190.31º96.45%66.27%-
XYZ16.7621.9540.89-
YUV103.83164.7758.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.90%
GREEN value IS 141 (55.47% from 255) = 44.62%
BLUE value IS 169 (66.41% from 255) = 53.48%
R=1.90%
G=44.62%
B=53.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal61411690.960.1700.34190.3193.1434.31
Hex68DA96011022be5d22
Octal62152511402104227613542
Binary11010001101101010011100000100010100010101111101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068DA9; }

 p { color: rgb(6,141,169); }

 H1.HeaderClassName
 {
   color: #068DA9;
 }
 .AnyTagClassName
 {
   color: #068DA9;
 }
</style>
background-color css

<style>
 a { background-color: #068DA9; }

 a { background-color: rgb(6,141,169); }

 div.DivClassName
 {
   background-color: #068DA9;
 }
 .BgClassName
 {
   background-color: #068DA9;
 }
</style>
border-color css

<style>
 span { border-color: #068DA9; }

 span { border-color: rgb(6,141,169); }

 td.TdClassName
 {
   border-color: #068DA9;
 }
 .TagClassName
 {
   border-color: #068DA9;
 }
</style>