Html Css Color HEX #0697B9 Bondi Blue

📋 copy color: '#0697B9'

red 6 ◦ green 151 ◦ blue 185

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

Shades of Bondi Blue #0697B9

Tints of Bondi Blue #0697B9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.15%

 BLUE value IS 185 (72.66% from 255) = 54.09%

R = 1.75%
G = 44.15%
B = 54.09%

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

#0697B9 (or 0x0697B9) is known color: Bondi Blue. HEX triplet: 06, 97 and B9. RGB value is (6,151,185). Sum of RGB (Red+Green+Blue) = 6+151+185=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #0697B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0697B9 is #F96846. Grayscale: #6F6F6F. Windows color (decimal): -16345159 or 12162822. OLE color: 12162822.

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

Color convert

RGB 6 151 185 -
CMYK 0.97 0.18 0 0.27
HSL 191.4º 0.94% 0.37% -
HSV(B) 191.4º 0.97% 0.73% -
XYZ 19.9 25.67 49.81 -
YUV 111.52 169.46 52.74 -
System Red Green Blue C M Y K H S L
Decimal 6 151 185 0.97 0.18 0 0.27 191.4 0.94 0.37
Hex 6 97 B9 61 12 0 1B BF 5E 25
Octal 6 227 271 141 22 0 33 277 136 45
Binary 110 10010111 10111001 1100001 10010 0 11011 10111111 1011110 100101

Color Harmonies of #0697B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0697B9

Black with #0697B9

Text Example


Text Example

White with #0697B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0697B9; }

 p { color: rgb(6,151,185); }

 H1.HeaderClassName
 {
   color: #0697B9;
 }
 .AnyTagClassName
 {
   color: #0697B9;
 }
</style>

background-color css

<style>
 a { background-color: #0697B9; }

 a { background-color: rgb(6,151,185); }

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

border-color css

<style>
 span { border-color: #0697B9; }

 span { border-color: rgb(6,151,185); }

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