#068BAB

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

Shades of Eastern Blue #068BAB

Tints of Eastern Blue #068BAB

Color information

#068BAB (or 0x068BAB) is unknown color: approx Eastern Blue. HEX triplet: 06, 8B and AB. RGB value is (6,139,171). Sum of RGB (Red+Green+Blue) = 6+139+171=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #068BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068BAB is #F97454. Grayscale: #666666. Windows color (decimal): -16348245 or 11242246. OLE color: 11242246.

HSL color Cylindrical-coordinate representation of color #068BAB: hue angle of 191.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068BAB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6139171-
CMYK0.960.1900.33
HSL191.64º93.22%34.71%-
HSV(B)191.64º96.49%67.06%-
XYZ16.6621.4441.79-
YUV102.88166.4458.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.90%
GREEN value IS 139 (54.69% from 255) = 43.99%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=1.90%
G=43.99%
B=54.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61391710.960.1900.33191.6493.2234.71
Hex68BAB6013021c05d23
Octal62132531402304130013543
Binary11010001011101010111100000100110100001110000001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,139,171); }

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

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

 a { background-color: rgb(6,139,171); }

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

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

 span { border-color: rgb(6,139,171); }

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