#0697BB

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

Shades of Bondi Blue #0697BB

Tints of Bondi Blue #0697BB

Color information

#0697BB (or 0x0697BB) is unknown color: approx Bondi Blue. HEX triplet: 06, 97 and BB. RGB value is (6,151,187). Sum of RGB (Red+Green+Blue) = 6+151+187=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #0697BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0697BB is #F96844. Grayscale: #6F6F6F. Windows color (decimal): -16345157 or 12293894. OLE color: 12293894.

HSL color Cylindrical-coordinate representation of color #0697BB: hue angle of 191.93º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0697BB is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6151187-
CMYK0.970.1900.27
HSL191.93º93.78%37.84%-
HSV(B)191.93º96.79%73.33%-
XYZ20.1125.7650.93-
YUV111.75170.4652.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.74%
GREEN value IS 151 (59.38% from 255) = 43.90%
BLUE value IS 187 (73.44% from 255) = 54.36%
R=1.74%
G=43.90%
B=54.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61511870.970.1900.27191.9393.7837.84
Hex697BB611301Bc05e26
Octal62272731412303330013646
Binary1101001011110111011110000110011011011110000001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0697BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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