#068A9E

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

Shades of Eastern Blue #068A9E

Tints of Eastern Blue #068A9E

Color information

#068A9E (or 0x068A9E) is unknown color: approx Eastern Blue. HEX triplet: 06, 8A and 9E. RGB value is (6,138,158). Sum of RGB (Red+Green+Blue) = 6+138+158=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #068A9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068A9E is #F97561. Grayscale: #646464. Windows color (decimal): -16348514 or 10390022. OLE color: 10390022.

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

Color convert

RGB6138158-
CMYK0.960.1300.38
HSL187.89º92.68%32.16%-
HSV(B)187.89º96.2%61.96%-
XYZ15.3420.6835.53-
YUV100.81160.2760.37-

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.70%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=1.99%
G=45.70%
B=52.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61381580.960.1300.38187.8992.6832.16
Hex68A9E60D026bc5d20
Octal62122361401504627413540
Binary1101000101010011110110000011010100110101111001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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