#0685B7

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

Shades of Bondi Blue #0685B7

Tints of Bondi Blue #0685B7

Color information

#0685B7 (or 0x0685B7) is unknown color: approx Bondi Blue. HEX triplet: 06, 85 and B7. RGB value is (6,133,183). Sum of RGB (Red+Green+Blue) = 6+133+183=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 183 (71.88% from 255 or 56.83% from 322); Max value from RGB is 183 - color contains mainly: blue. Hex color #0685B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0685B7 is #F97A48. Grayscale: #646464. Windows color (decimal): -16349769 or 12027142. OLE color: 12027142.

HSL color Cylindrical-coordinate representation of color #0685B7: hue angle of 196.95º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0685B7 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6133183-
CMYK0.970.2700.28
HSL196.95º93.65%37.06%-
HSV(B)196.95º96.72%71.76%-
XYZ17.0120.2347.81-
YUV100.73174.4260.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.86%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 183 (71.88% from 255) = 56.83%
R=1.86%
G=41.30%
B=56.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61331830.970.2700.28196.9593.6537.06
Hex685B7611B01Cc55e25
Octal62052671413303430513645
Binary1101000010110110111110000111011011100110001011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0685B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0685B7; }

 p { color: rgb(6,133,183); }

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

<style>
 a { background-color: #0685B7; }

 a { background-color: rgb(6,133,183); }

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

<style>
 span { border-color: #0685B7; }

 span { border-color: rgb(6,133,183); }

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