#068DA4

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

Shades of Eastern Blue #068DA4

Tints of Eastern Blue #068DA4

Color information

#068DA4 (or 0x068DA4) is unknown color: approx Eastern Blue. HEX triplet: 06, 8D and A4. RGB value is (6,141,164). Sum of RGB (Red+Green+Blue) = 6+141+164=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #068DA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068DA4 is #F9725B. Grayscale: #676767. Windows color (decimal): -16347740 or 10784006. OLE color: 10784006.

HSL color Cylindrical-coordinate representation of color #068DA4: hue angle of 188.73º 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 #068DA4 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6141164-
CMYK0.960.1400.36
HSL188.73º92.94%33.33%-
HSV(B)188.73º96.34%64.31%-
XYZ16.321.7738.46-
YUV103.26162.2758.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.93%
GREEN value IS 141 (55.47% from 255) = 45.34%
BLUE value IS 164 (64.45% from 255) = 52.73%
R=1.93%
G=45.34%
B=52.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61411640.960.1400.36188.7392.9433.33
Hex68DA460E024bd5d21
Octal62152441401604427513541
Binary1101000110110100100110000011100100100101111011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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