#0689BE

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

Shades of Bondi Blue #0689BE

Tints of Bondi Blue #0689BE

Color information

#0689BE (or 0x0689BE) is unknown color: approx Bondi Blue. HEX triplet: 06, 89 and BE. RGB value is (6,137,190). Sum of RGB (Red+Green+Blue) = 6+137+190=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #0689BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0689BE is #F97641. Grayscale: #676767. Windows color (decimal): -16348738 or 12486918. OLE color: 12486918.

HSL color Cylindrical-coordinate representation of color #0689BE: hue angle of 197.28º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0689BE is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6137190-
CMYK0.970.2800.25
HSL197.28º93.88%38.43%-
HSV(B)197.28º96.84%74.51%-
XYZ18.3221.6551.93-
YUV103.87176.658.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.80%
GREEN value IS 137 (53.91% from 255) = 41.14%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=1.80%
G=41.14%
B=57.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61371900.970.2800.25197.2893.8838.43
Hex689BE611C019c55e26
Octal62112761413403130513646
Binary1101000100110111110110000111100011001110001011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0689BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0689BE; }

 p { color: rgb(6,137,190); }

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

<style>
 a { background-color: #0689BE; }

 a { background-color: rgb(6,137,190); }

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

<style>
 span { border-color: #0689BE; }

 span { border-color: rgb(6,137,190); }

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