#0697AC

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

Shades of Bondi Blue #0697AC

Tints of Bondi Blue #0697AC

Color information

#0697AC (or 0x0697AC) is unknown color: approx Bondi Blue. HEX triplet: 06, 97 and AC. RGB value is (6,151,172). Sum of RGB (Red+Green+Blue) = 6+151+172=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #0697AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0697AC is #F96853. Grayscale: #6D6D6D. Windows color (decimal): -16345172 or 11310854. OLE color: 11310854.

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

Color convert

RGB6151172-
CMYK0.970.1200.33
HSL187.59º93.26%34.9%-
HSV(B)187.59º96.51%67.45%-
XYZ18.5925.1542.9-
YUV110.04162.9653.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.82%
GREEN value IS 151 (59.38% from 255) = 45.90%
BLUE value IS 172 (67.58% from 255) = 52.28%
R=1.82%
G=45.90%
B=52.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61511720.970.1200.33187.5993.2634.9
Hex697AC61C021bc5d23
Octal62272541411404127413543
Binary1101001011110101100110000111000100001101111001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0697AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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