Html Css Color HEX #069AA2 Eastern Blue

📋 copy color: '#069AA2'

red 6 ◦ green 154 ◦ blue 162

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

Shades of Eastern Blue #069AA2

Tints of Eastern Blue #069AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50.31%

R = 1.86%
G = 47.83%
B = 50.31%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#069AA2 (or 0x069AA2) is known color: Eastern Blue. HEX triplet: 06, 9A and A2. RGB value is (6,154,162). Sum of RGB (Red+Green+Blue) = 6+154+162=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #069AA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069AA2 is #F9655D. Grayscale: #6E6E6E. Windows color (decimal): -16344414 or 10656262. OLE color: 10656262.

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

Color convert

RGB 6 154 162 -
CMYK 0.96 0.05 0 0.36
HSL 183.08º 0.93% 0.33% -
HSV(B) 183.08º 0.96% 0.64% -
XYZ 18.15 25.76 38.2 -
YUV 110.66 156.97 53.35 -
System Red Green Blue C M Y K H S L
Decimal 6 154 162 0.96 0.05 0 0.36 183.08 0.93 0.33
Hex 6 9A A2 60 5 0 24 B7 5D 21
Octal 6 232 242 140 5 0 44 267 135 41
Binary 110 10011010 10100010 1100000 101 0 100100 10110111 1011101 100001

Color Harmonies of #069AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069AA2

Black with #069AA2

Text Example


Text Example

White with #069AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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