#06829A

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

Shades of Eastern Blue #06829A

Tints of Eastern Blue #06829A

Color information

#06829A (or 0x06829A) is unknown color: approx Eastern Blue. HEX triplet: 06, 82 and 9A. RGB value is (6,130,154). Sum of RGB (Red+Green+Blue) = 6+130+154=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #06829A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06829A is #F97D65. Grayscale: #5F5F5F. Windows color (decimal): -16350566 or 10125830. OLE color: 10125830.

HSL color Cylindrical-coordinate representation of color #06829A: hue angle of 189.73º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06829A is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6130154-
CMYK0.960.1600.40
HSL189.73º92.5%31.37%-
HSV(B)189.73º96.1%60.39%-
XYZ13.8918.3433.38-
YUV95.66160.9264.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.07%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 154 (60.55% from 255) = 53.10%
R=2.07%
G=44.83%
B=53.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61301540.960.1600.40189.7392.531.37
Hex6829A6010028be5c1f
Octal62022321402005027613437
Binary1101000001010011010110000010000010100010111110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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