#06829B

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

Shades of Eastern Blue #06829B

Tints of Eastern Blue #06829B

Color information

#06829B (or 0x06829B) is unknown color: approx Eastern Blue. HEX triplet: 06, 82 and 9B. RGB value is (6,130,155). Sum of RGB (Red+Green+Blue) = 6+130+155=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #06829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06829B is #F97D64. Grayscale: #5F5F5F. Windows color (decimal): -16350565 or 10191366. OLE color: 10191366.

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

Color convert

RGB6130155-
CMYK0.960.1600.39
HSL190.07º92.55%31.57%-
HSV(B)190.07º96.13%60.78%-
XYZ13.9718.3733.82-
YUV95.77161.4263.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.06%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=2.06%
G=44.67%
B=53.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61301550.960.1600.39190.0792.5531.57
Hex6829B6010027be5d20
Octal62022331402004727613540
Binary11010000010100110111100000100000100111101111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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