#0697BC

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

Shades of Bondi Blue #0697BC

Tints of Bondi Blue #0697BC

Color information

#0697BC (or 0x0697BC) is unknown color: approx Bondi Blue. HEX triplet: 06, 97 and BC. RGB value is (6,151,188). Sum of RGB (Red+Green+Blue) = 6+151+188=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #0697BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0697BC is #F96843. Grayscale: #6F6F6F. Windows color (decimal): -16345156 or 12359430. OLE color: 12359430.

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

Color convert

RGB6151188-
CMYK0.970.2000.26
HSL192.2º93.81%38.04%-
HSV(B)192.2º96.81%73.73%-
XYZ20.2225.851.49-
YUV111.86170.9652.49-

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.77%
BLUE value IS 188 (73.83% from 255) = 54.49%
R=1.74%
G=43.77%
B=54.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61511880.970.2000.26192.293.8138.04
Hex697BC611401Ac05e26
Octal62272741412403230013646
Binary1101001011110111100110000110100011010110000001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0697BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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