#068A9D

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

Shades of Eastern Blue #068A9D

Tints of Eastern Blue #068A9D

Color information

#068A9D (or 0x068A9D) is unknown color: approx Eastern Blue. HEX triplet: 06, 8A and 9D. RGB value is (6,138,157). Sum of RGB (Red+Green+Blue) = 6+138+157=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #068A9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068A9D is #F97562. Grayscale: #646464. Windows color (decimal): -16348515 or 10324486. OLE color: 10324486.

HSL color Cylindrical-coordinate representation of color #068A9D: hue angle of 187.55º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A9D is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6138157-
CMYK0.960.1200.38
HSL187.55º92.64%31.96%-
HSV(B)187.55º96.18%61.57%-
XYZ15.2520.6535.08-
YUV100.7159.7760.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.99%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=1.99%
G=45.85%
B=52.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61381570.960.1200.38187.5592.6431.96
Hex68A9D60C026bc5d20
Octal62122351401404627413540
Binary1101000101010011101110000011000100110101111001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,138,157); }

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

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

 a { background-color: rgb(6,138,157); }

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

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

 span { border-color: rgb(6,138,157); }

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