#06899E

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

Shades of Eastern Blue #06899E

Tints of Eastern Blue #06899E

Color information

#06899E (or 0x06899E) is unknown color: approx Eastern Blue. HEX triplet: 06, 89 and 9E. RGB value is (6,137,158). Sum of RGB (Red+Green+Blue) = 6+137+158=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #06899E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06899E is #F97661. Grayscale: #646464. Windows color (decimal): -16348770 or 10389766. OLE color: 10389766.

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

Color convert

RGB6137158-
CMYK0.960.1300.38
HSL188.29º92.68%32.16%-
HSV(B)188.29º96.2%61.96%-
XYZ15.1920.435.48-
YUV100.22160.660.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.99%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=1.99%
G=45.51%
B=52.49%

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
Decimal61371580.960.1300.38188.2992.6832.16
Hex6899E60D026bc5d20
Octal62112361401504627413540
Binary1101000100110011110110000011010100110101111001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06899E; }

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

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

<style>
 a { background-color: #06899E; }

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

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

<style>
 span { border-color: #06899E; }

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

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