Html Css Color HEX #0699BA Bondi Blue

📋 copy color: '#0699BA'

red 6 ◦ green 153 ◦ blue 186

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

Shades of Bondi Blue #0699BA

Tints of Bondi Blue #0699BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 1.74%
G = 44.35%
B = 53.91%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0699BA (or 0x0699BA) is known color: Bondi Blue. HEX triplet: 06, 99 and BA. RGB value is (6,153,186). Sum of RGB (Red+Green+Blue) = 6+153+186=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #0699BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0699BA is #F96645. Grayscale: #707070. Windows color (decimal): -16344646 or 12228870. OLE color: 12228870.

HSL color Cylindrical-coordinate representation of color #0699BA: hue angle of 191º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0699BA is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 153 186 -
CMYK 0.97 0.18 0 0.27
HSL 191º 0.94% 0.38% -
HSV(B) 191º 0.97% 0.73% -
XYZ 20.33 26.37 50.47 -
YUV 112.81 169.3 51.82 -
System Red Green Blue C M Y K H S L
Decimal 6 153 186 0.97 0.18 0 0.27 191 0.94 0.38
Hex 6 99 BA 61 12 0 1B BF 5E 26
Octal 6 231 272 141 22 0 33 277 136 46
Binary 110 10011001 10111010 1100001 10010 0 11011 10111111 1011110 100110

Color Harmonies of #0699BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0699BA

Black with #0699BA

Text Example


Text Example

White with #0699BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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