#06889F

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

Shades of Eastern Blue #06889F

Tints of Eastern Blue #06889F

Color information

#06889F (or 0x06889F) is unknown color: approx Eastern Blue. HEX triplet: 06, 88 and 9F. RGB value is (6,136,159). Sum of RGB (Red+Green+Blue) = 6+136+159=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #06889F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06889F is #F97760. Grayscale: #636363. Windows color (decimal): -16349025 or 10455046. OLE color: 10455046.

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

Color convert

RGB6136159-
CMYK0.960.1400.38
HSL189.02º92.73%32.35%-
HSV(B)189.02º96.23%62.35%-
XYZ15.1420.1535.89-
YUV99.75161.4361.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.99%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=1.99%
G=45.18%
B=52.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61361590.960.1400.38189.0292.7332.35
Hex6889F60E026bd5d20
Octal62102371401604627513540
Binary1101000100010011111110000011100100110101111011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06889F; }

 p { color: rgb(6,136,159); }

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

<style>
 a { background-color: #06889F; }

 a { background-color: rgb(6,136,159); }

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

<style>
 span { border-color: #06889F; }

 span { border-color: rgb(6,136,159); }

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