#06849A

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

Shades of Eastern Blue #06849A

Tints of Eastern Blue #06849A

Color information

#06849A (or 0x06849A) is unknown color: approx Eastern Blue. HEX triplet: 06, 84 and 9A. RGB value is (6,132,154). Sum of RGB (Red+Green+Blue) = 6+132+154=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #06849A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06849A is #F97B65. Grayscale: #606060. Windows color (decimal): -16350054 or 10126342. OLE color: 10126342.

HSL color Cylindrical-coordinate representation of color #06849A: hue angle of 188.92º 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 #06849A is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6132154-
CMYK0.960.1400.40
HSL188.92º92.5%31.37%-
HSV(B)188.92º96.1%60.39%-
XYZ14.1618.8733.47-
YUV96.83160.2663.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.05%
GREEN value IS 132 (51.95% from 255) = 45.21%
BLUE value IS 154 (60.55% from 255) = 52.74%
R=2.05%
G=45.21%
B=52.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61321540.960.1400.40188.9292.531.37
Hex6849A60E028bd5c1f
Octal62042321401605027513437
Binary110100001001001101011000001110010100010111101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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