#0697AB

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

Shades of Bondi Blue #0697AB

Tints of Bondi Blue #0697AB

Color information

#0697AB (or 0x0697AB) is unknown color: approx Bondi Blue. HEX triplet: 06, 97 and AB. RGB value is (6,151,171). Sum of RGB (Red+Green+Blue) = 6+151+171=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #0697AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0697AB is #F96854. Grayscale: #6D6D6D. Windows color (decimal): -16345173 or 11245318. OLE color: 11245318.

HSL color Cylindrical-coordinate representation of color #0697AB: hue angle of 187.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0697AB is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6151171-
CMYK0.960.1200.33
HSL187.27º93.22%34.71%-
HSV(B)187.27º96.49%67.06%-
XYZ18.4925.1142.4-
YUV109.92162.4653.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.83%
GREEN value IS 151 (59.38% from 255) = 46.04%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=1.83%
G=46.04%
B=52.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61511710.960.1200.33187.2793.2234.71
Hex697AB60C021bb5d23
Octal62272531401404127313543
Binary1101001011110101011110000011000100001101110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0697AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0697AB; }

 p { color: rgb(6,151,171); }

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

<style>
 a { background-color: #0697AB; }

 a { background-color: rgb(6,151,171); }

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

<style>
 span { border-color: #0697AB; }

 span { border-color: rgb(6,151,171); }

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