Html Css Color HEX #0689BC Bondi Blue

📋 copy color: '#0689BC'

red 6 ◦ green 137 ◦ blue 188

#0689BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0689BC

Tints of Bondi Blue #0689BC

RGB

 RED value IS 6 (2.73% from 255) = 1.81%

 GREEN value IS 137 (53.91% from 255) = 41.39%

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 1.81%
G = 41.39%
B = 56.8%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0689BC (or 0x0689BC) is known color: Bondi Blue. HEX triplet: 06, 89 and BC. RGB value is (6,137,188). Sum of RGB (Red+Green+Blue) = 6+137+188=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #0689BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0689BC is #F97643. Grayscale: #676767. Windows color (decimal): -16348740 or 12355846. OLE color: 12355846.

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

Color convert

RGB 6 137 188 -
CMYK 0.97 0.27 0 0.26
HSL 196.81º 0.94% 0.38% -
HSV(B) 196.81º 0.97% 0.74% -
XYZ 18.1 21.56 50.78 -
YUV 103.65 175.6 58.35 -
System Red Green Blue C M Y K H S L
Decimal 6 137 188 0.97 0.27 0 0.26 196.81 0.94 0.38
Hex 6 89 BC 61 1B 0 1A C5 5E 26
Octal 6 211 274 141 33 0 32 305 136 46
Binary 110 10001001 10111100 1100001 11011 0 11010 11000101 1011110 100110

Color Harmonies of #0689BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0689BC

Black with #0689BC

Text Example


Text Example

White with #0689BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0689BC;
 }
 .AnyTagClassName
 {
   color: #0689BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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