#0686BC

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

Shades of Bondi Blue #0686BC

Tints of Bondi Blue #0686BC

Color information

#0686BC (or 0x0686BC) is unknown color: approx Bondi Blue. HEX triplet: 06, 86 and BC. RGB value is (6,134,188). Sum of RGB (Red+Green+Blue) = 6+134+188=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #0686BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0686BC is #F97943. Grayscale: #656565. Windows color (decimal): -16349508 or 12355078. OLE color: 12355078.

HSL color Cylindrical-coordinate representation of color #0686BC: hue angle of 197.8º 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 #0686BC is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6134188-
CMYK0.970.2900.26
HSL197.8º93.81%38.04%-
HSV(B)197.8º96.81%73.73%-
XYZ17.6820.7250.64-
YUV101.88176.5959.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.83%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 188 (73.83% from 255) = 57.32%
R=1.83%
G=40.85%
B=57.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61341880.970.2900.26197.893.8138.04
Hex686BC611D01Ac65e26
Octal62062741413503230613646
Binary1101000011010111100110000111101011010110001101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0686BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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