Html Css Color HEX #0699BC Bondi Blue

📋 copy color: '#0699BC'

red 6 ◦ green 153 ◦ blue 188

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

Shades of Bondi Blue #0699BC

Tints of Bondi Blue #0699BC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

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

R = 1.73%
G = 44.09%
B = 54.18%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0699BC (or 0x0699BC) is known color: Bondi Blue. HEX triplet: 06, 99 and BC. RGB value is (6,153,188). Sum of RGB (Red+Green+Blue) = 6+153+188=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #0699BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0699BC is #F96643. Grayscale: #707070. Windows color (decimal): -16344644 or 12359942. OLE color: 12359942.

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

Color convert

RGB 6 153 188 -
CMYK 0.97 0.19 0 0.26
HSL 191.54º 0.94% 0.38% -
HSV(B) 191.54º 0.97% 0.74% -
XYZ 20.54 26.45 51.6 -
YUV 113.04 170.3 51.65 -
System Red Green Blue C M Y K H S L
Decimal 6 153 188 0.97 0.19 0 0.26 191.54 0.94 0.38
Hex 6 99 BC 61 13 0 1A C0 5E 26
Octal 6 231 274 141 23 0 32 300 136 46
Binary 110 10011001 10111100 1100001 10011 0 11010 11000000 1011110 100110

Color Harmonies of #0699BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0699BC

Black with #0699BC

Text Example


Text Example

White with #0699BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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