#06849B

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

Shades of Eastern Blue #06849B

Tints of Eastern Blue #06849B

Color information

#06849B (or 0x06849B) is unknown color: approx Eastern Blue. HEX triplet: 06, 84 and 9B. RGB value is (6,132,155). Sum of RGB (Red+Green+Blue) = 6+132+155=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #06849B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06849B is #F97B64. Grayscale: #606060. Windows color (decimal): -16350053 or 10191878. OLE color: 10191878.

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

Color convert

RGB6132155-
CMYK0.960.1500.39
HSL189.26º92.55%31.57%-
HSV(B)189.26º96.13%60.78%-
XYZ14.2418.9133.91-
YUV96.95160.7663.13-

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.05%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=2.05%
G=45.05%
B=52.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61321550.960.1500.39189.2692.5531.57
Hex6849B60F027bd5d20
Octal62042331401704727513540
Binary1101000010010011011110000011110100111101111011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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