Html Css Color HEX #069AA0 Eastern Blue

📋 copy color: '#069AA0'

red 6 ◦ green 154 ◦ blue 160

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

Shades of Eastern Blue #069AA0

Tints of Eastern Blue #069AA0

RGB

 RED value IS 6 (2.73% from 255) = 1.88%

 GREEN value IS 154 (60.55% from 255) = 48.13%

 BLUE value IS 160 (62.89% from 255) = 50%

R = 1.88%
G = 48.13%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#069AA0 (or 0x069AA0) is known color: Eastern Blue. HEX triplet: 06, 9A and A0. RGB value is (6,154,160). Sum of RGB (Red+Green+Blue) = 6+154+160=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #069AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069AA0 is #F9655F. Grayscale: #6E6E6E. Windows color (decimal): -16344416 or 10525190. OLE color: 10525190.

HSL color Cylindrical-coordinate representation of color #069AA0: hue angle of 182.34º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069AA0 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 6 154 160 -
CMYK 0.96 0.04 0 0.37
HSL 182.34º 0.93% 0.33% -
HSV(B) 182.34º 0.96% 0.63% -
XYZ 17.98 25.69 37.27 -
YUV 110.43 155.97 53.51 -
System Red Green Blue C M Y K H S L
Decimal 6 154 160 0.96 0.04 0 0.37 182.34 0.93 0.33
Hex 6 9A A0 60 4 0 25 B6 5D 21
Octal 6 232 240 140 4 0 45 266 135 41
Binary 110 10011010 10100000 1100000 100 0 100101 10110110 1011101 100001

Color Harmonies of #069AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069AA0

Black with #069AA0

Text Example


Text Example

White with #069AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069AA0; }

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

 H1.HeaderClassName
 {
   color: #069AA0;
 }
 .AnyTagClassName
 {
   color: #069AA0;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #069AA0;
 }
 .BgClassName
 {
   background-color: #069AA0;
 }
</style>

border-color css

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

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

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