#069099

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

Shades of Eastern Blue #069099

Tints of Eastern Blue #069099

Color information

#069099 (or 0x069099) is unknown color: approx Eastern Blue. HEX triplet: 06, 90 and 99. RGB value is (6,144,153). Sum of RGB (Red+Green+Blue) = 6+144+153=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #069099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069099 is #F96F66. Grayscale: #676767. Windows color (decimal): -16346983 or 10063878. OLE color: 10063878.

HSL color Cylindrical-coordinate representation of color #069099: hue angle of 183.67º degrees, saturation: 0.92, 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 #069099 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6144153-
CMYK0.960.0600.4
HSL183.67º92.45%31.18%-
HSV(B)183.67º96.08%60%-
XYZ15.822.2933.61-
YUV103.76155.7858.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.98%
GREEN value IS 144 (56.64% from 255) = 47.52%
BLUE value IS 153 (60.16% from 255) = 50.50%
R=1.98%
G=47.52%
B=50.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61441530.960.0600.4183.6792.4531.18
Hex69099606028b85c1f
Octal6220231140605027013437
Binary11010010000100110011100000110010100010111000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069099; }

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

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

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

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

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

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

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

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