#0699BB

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

Shades of Bondi Blue #0699BB

Tints of Bondi Blue #0699BB

Color information

#0699BB (or 0x0699BB) is unknown color: approx Bondi Blue. HEX triplet: 06, 99 and BB. RGB value is (6,153,187). Sum of RGB (Red+Green+Blue) = 6+153+187=346 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #0699BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0699BB is #F96644. Grayscale: #707070. Windows color (decimal): -16344645 or 12294406. OLE color: 12294406.

HSL color Cylindrical-coordinate representation of color #0699BB: hue angle of 191.27º 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 #0699BB is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6153187-
CMYK0.970.1800.27
HSL191.27º93.78%37.84%-
HSV(B)191.27º96.79%73.33%-
XYZ20.4426.4151.03-
YUV112.92169.851.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.73%
GREEN value IS 153 (60.16% from 255) = 44.22%
BLUE value IS 187 (73.44% from 255) = 54.05%
R=1.73%
G=44.22%
B=54.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61531870.970.1800.27191.2793.7837.84
Hex699BB611201Bbf5e26
Octal62312731412203327713646
Binary1101001100110111011110000110010011011101111111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0699BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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