#06829E

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

Shades of Eastern Blue #06829E

Tints of Eastern Blue #06829E

Color information

#06829E (or 0x06829E) is unknown color: approx Eastern Blue. HEX triplet: 06, 82 and 9E. RGB value is (6,130,158). Sum of RGB (Red+Green+Blue) = 6+130+158=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #06829E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06829E is #F97D61. Grayscale: #5F5F5F. Windows color (decimal): -16350562 or 10387974. OLE color: 10387974.

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

Color convert

RGB6130158-
CMYK0.960.1800.38
HSL191.05º92.68%32.16%-
HSV(B)191.05º96.2%61.96%-
XYZ14.2318.4735.16-
YUV96.12162.9263.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.04%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 158 (62.11% from 255) = 53.74%
R=2.04%
G=44.22%
B=53.74%

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
Decimal61301580.960.1800.38191.0592.6832.16
Hex6829E6012026bf5d20
Octal62022361402204627713540
Binary11010000010100111101100000100100100110101111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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