Html Css Color HEX #069099 Eastern Blue

📋 copy color: '#069099'

red 6 ◦ green 144 ◦ blue 153

#069099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #069099

Tints of Eastern Blue #069099

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.5%

R = 1.98%
G = 47.52%
B = 50.5%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#069099 (or 0x069099) is known color: 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

RGB 6 144 153 -
CMYK 0.96 0.06 0 0.4
HSL 183.67º 0.92% 0.31% -
HSV(B) 183.67º 0.96% 0.6% -
XYZ 15.8 22.29 33.61 -
YUV 103.76 155.78 58.27 -
System Red Green Blue C M Y K H S L
Decimal 6 144 153 0.96 0.06 0 0.4 183.67 0.92 0.31
Hex 6 90 99 60 6 0 28 B8 5C 1F
Octal 6 220 231 140 6 0 50 270 134 37
Binary 110 10010000 10011001 1100000 110 0 101000 10111000 1011100 11111

Color Harmonies of #069099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069099

Black with #069099

Text Example


Text Example

White with #069099

Text Example


Text Example

HTML Codes & Css Web 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>