#06909C

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

Shades of Eastern Blue #06909C

Tints of Eastern Blue #06909C

Color information

#06909C (or 0x06909C) is unknown color: approx Eastern Blue. HEX triplet: 06, 90 and 9C. RGB value is (6,144,156). Sum of RGB (Red+Green+Blue) = 6+144+156=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #06909C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06909C is #F96F63. Grayscale: #676767. Windows color (decimal): -16346980 or 10260486. OLE color: 10260486.

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

Color convert

RGB6144156-
CMYK0.960.0800.39
HSL184.8º92.59%31.76%-
HSV(B)184.8º96.15%61.18%-
XYZ16.0522.3934.93-
YUV104.11157.2858.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.96%
GREEN value IS 144 (56.64% from 255) = 47.06%
BLUE value IS 156 (61.33% from 255) = 50.98%
R=1.96%
G=47.06%
B=50.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61441560.960.0800.39184.892.5931.76
Hex6909C608027b95d20
Octal62202341401004727113540
Binary1101001000010011100110000010000100111101110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06909C; }

 p { color: rgb(6,144,156); }

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

<style>
 a { background-color: #06909C; }

 a { background-color: rgb(6,144,156); }

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

<style>
 span { border-color: #06909C; }

 span { border-color: rgb(6,144,156); }

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