#0688B6

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

Shades of Bondi Blue #0688B6

Tints of Bondi Blue #0688B6

Color information

#0688B6 (or 0x0688B6) is unknown color: approx Bondi Blue. HEX triplet: 06, 88 and B6. RGB value is (6,136,182). Sum of RGB (Red+Green+Blue) = 6+136+182=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #0688B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0688B6 is #F97749. Grayscale: #666666. Windows color (decimal): -16349002 or 11962374. OLE color: 11962374.

HSL color Cylindrical-coordinate representation of color #0688B6: hue angle of 195.68º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0688B6 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6136182-
CMYK0.970.2500.29
HSL195.68º93.62%36.86%-
HSV(B)195.68º96.7%71.37%-
XYZ17.3221.0247.4-
YUV102.37172.9359.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.85%
GREEN value IS 136 (53.52% from 255) = 41.98%
BLUE value IS 182 (71.48% from 255) = 56.17%
R=1.85%
G=41.98%
B=56.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61361820.970.2500.29195.6893.6236.86
Hex688B6611901Dc45e25
Octal62102661413103530413645
Binary1101000100010110110110000111001011101110001001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0688B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0688B6; }

 p { color: rgb(6,136,182); }

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

<style>
 a { background-color: #0688B6; }

 a { background-color: rgb(6,136,182); }

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

<style>
 span { border-color: #0688B6; }

 span { border-color: rgb(6,136,182); }

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