Html Css Color HEX #0699B5 Bondi Blue

📋 copy color: '#0699B5'

red 6 ◦ green 153 ◦ blue 181

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

Shades of Bondi Blue #0699B5

Tints of Bondi Blue #0699B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 53.24%

R = 1.76%
G = 45%
B = 53.24%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0699B5 (or 0x0699B5) is known color: Bondi Blue. HEX triplet: 06, 99 and B5. RGB value is (6,153,181). Sum of RGB (Red+Green+Blue) = 6+153+181=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #0699B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0699B5 is #F9664A. Grayscale: #6F6F6F. Windows color (decimal): -16344651 or 11901190. OLE color: 11901190.

HSL color Cylindrical-coordinate representation of color #0699B5: hue angle of 189.6º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0699B5 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 153 181 -
CMYK 0.97 0.15 0 0.29
HSL 189.6º 0.94% 0.37% -
HSV(B) 189.6º 0.97% 0.71% -
XYZ 19.81 26.16 47.72 -
YUV 112.24 166.8 52.22 -
System Red Green Blue C M Y K H S L
Decimal 6 153 181 0.97 0.15 0 0.29 189.6 0.94 0.37
Hex 6 99 B5 61 F 0 1D BE 5E 25
Octal 6 231 265 141 17 0 35 276 136 45
Binary 110 10011001 10110101 1100001 1111 0 11101 10111110 1011110 100101

Color Harmonies of #0699B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0699B5

Black with #0699B5

Text Example


Text Example

White with #0699B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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