#069AB3

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

Shades of Bondi Blue #069AB3

Tints of Bondi Blue #069AB3

Color information

#069AB3 (or 0x069AB3) is unknown color: approx Bondi Blue. HEX triplet: 06, 9A and B3. RGB value is (6,154,179). Sum of RGB (Red+Green+Blue) = 6+154+179=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #069AB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069AB3 is #F9654C. Grayscale: #707070. Windows color (decimal): -16344397 or 11770374. OLE color: 11770374.

HSL color Cylindrical-coordinate representation of color #069AB3: hue angle of 188.67º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069AB3 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6154179-
CMYK0.970.1400.30
HSL188.67º93.51%36.27%-
HSV(B)188.67º96.65%70.2%-
XYZ19.7726.446.7-
YUV112.6165.4751.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.77%
GREEN value IS 154 (60.55% from 255) = 45.43%
BLUE value IS 179 (70.31% from 255) = 52.80%
R=1.77%
G=45.43%
B=52.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61541790.970.1400.30188.6793.5136.27
Hex69AB361E01Ebd5e24
Octal62322631411603627513644
Binary110100110101011001111000011110011110101111011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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