#069AA7

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

Shades of Bondi Blue #069AA7

Tints of Bondi Blue #069AA7

Color information

#069AA7 (or 0x069AA7) is unknown color: approx Bondi Blue. HEX triplet: 06, 9A and A7. RGB value is (6,154,167). Sum of RGB (Red+Green+Blue) = 6+154+167=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 167 (65.62% from 255 or 51.07% from 327); Max value from RGB is 167 - color contains mainly: blue. Hex color #069AA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069AA7 is #F96558. Grayscale: #6F6F6F. Windows color (decimal): -16344409 or 10983942. OLE color: 10983942.

HSL color Cylindrical-coordinate representation of color #069AA7: hue angle of 184.84º 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 #069AA7 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6154167-
CMYK0.960.0800.35
HSL184.84º93.06%33.92%-
HSV(B)184.84º96.41%65.49%-
XYZ18.6125.9440.59-
YUV111.23159.4752.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.83%
GREEN value IS 154 (60.55% from 255) = 47.09%
BLUE value IS 167 (65.62% from 255) = 51.07%
R=1.83%
G=47.09%
B=51.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61541670.960.0800.35184.8493.0633.92
Hex69AA7608023b95d22
Octal62322471401004327113542
Binary1101001101010100111110000010000100011101110011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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