Html Css Color HEX #069AA5 Bondi Blue

📋 copy color: '#069AA5'

red 6 ◦ green 154 ◦ blue 165

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

Shades of Bondi Blue #069AA5

Tints of Bondi Blue #069AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.77%

R = 1.85%
G = 47.38%
B = 50.77%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#069AA5 (or 0x069AA5) is known color: Bondi Blue. HEX triplet: 06, 9A and A5. RGB value is (6,154,165). Sum of RGB (Red+Green+Blue) = 6+154+165=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #069AA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069AA5 is #F9655A. Grayscale: #6E6E6E. Windows color (decimal): -16344411 or 10852870. OLE color: 10852870.

HSL color Cylindrical-coordinate representation of color #069AA5: hue angle of 184.15º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069AA5 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 154 165 -
CMYK 0.96 0.07 0 0.35
HSL 184.15º 0.93% 0.34% -
HSV(B) 184.15º 0.96% 0.65% -
XYZ 18.42 25.87 39.62 -
YUV 111 158.47 53.11 -
System Red Green Blue C M Y K H S L
Decimal 6 154 165 0.96 0.07 0 0.35 184.15 0.93 0.34
Hex 6 9A A5 60 7 0 23 B8 5D 22
Octal 6 232 245 140 7 0 43 270 135 42
Binary 110 10011010 10100101 1100000 111 0 100011 10111000 1011101 100010

Color Harmonies of #069AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069AA5

Black with #069AA5

Text Example


Text Example

White with #069AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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