#06829F

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

Shades of Eastern Blue #06829F

Tints of Eastern Blue #06829F

Color information

#06829F (or 0x06829F) is unknown color: approx Eastern Blue. HEX triplet: 06, 82 and 9F. RGB value is (6,130,159). Sum of RGB (Red+Green+Blue) = 6+130+159=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #06829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06829F is #F97D60. Grayscale: #5F5F5F. Windows color (decimal): -16350561 or 10453510. OLE color: 10453510.

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

Color convert

RGB6130159-
CMYK0.960.1800.38
HSL191.37º92.73%32.35%-
HSV(B)191.37º96.23%62.35%-
XYZ14.3218.5135.62-
YUV96.23163.4263.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.03%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=2.03%
G=44.07%
B=53.90%

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
Decimal61301590.960.1800.38191.3792.7332.35
Hex6829F6012026bf5d20
Octal62022371402204627713540
Binary11010000010100111111100000100100100110101111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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