#06809D

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

Shades of Eastern Blue #06809D

Tints of Eastern Blue #06809D

Color information

#06809D (or 0x06809D) is unknown color: approx Eastern Blue. HEX triplet: 06, 80 and 9D. RGB value is (6,128,157). Sum of RGB (Red+Green+Blue) = 6+128+157=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #06809D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06809D is #F97F62. Grayscale: #5E5E5E. Windows color (decimal): -16351075 or 10321926. OLE color: 10321926.

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

Color convert

RGB6128157-
CMYK0.960.1800.38
HSL191.52º92.64%31.96%-
HSV(B)191.52º96.18%61.57%-
XYZ13.8817.9134.62-
YUV94.83163.0864.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.06%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 157 (61.72% from 255) = 53.95%
R=2.06%
G=43.99%
B=53.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61281570.960.1800.38191.5292.6431.96
Hex6809D6012026c05d20
Octal62002351402204630013540
Binary11010000000100111011100000100100100110110000001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06809D; }

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

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

<style>
 a { background-color: #06809D; }

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

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

<style>
 span { border-color: #06809D; }

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

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