Html Css Color HEX #0697AD Bondi Blue

📋 copy color: '#0697AD'

red 6 ◦ green 151 ◦ blue 173

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

Shades of Bondi Blue #0697AD

Tints of Bondi Blue #0697AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.42%

R = 1.82%
G = 45.76%
B = 52.42%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0697AD (or 0x0697AD) is known color: Bondi Blue. HEX triplet: 06, 97 and AD. RGB value is (6,151,173). Sum of RGB (Red+Green+Blue) = 6+151+173=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #0697AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0697AD is #F96852. Grayscale: #6D6D6D. Windows color (decimal): -16345171 or 11376390. OLE color: 11376390.

HSL color Cylindrical-coordinate representation of color #0697AD: hue angle of 187.9º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0697AD is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 151 173 -
CMYK 0.97 0.13 0 0.32
HSL 187.9º 0.93% 0.35% -
HSV(B) 187.9º 0.97% 0.68% -
XYZ 18.68 25.19 43.41 -
YUV 110.15 163.46 53.71 -
System Red Green Blue C M Y K H S L
Decimal 6 151 173 0.97 0.13 0 0.32 187.9 0.93 0.35
Hex 6 97 AD 61 D 0 20 BC 5D 23
Octal 6 227 255 141 15 0 40 274 135 43
Binary 110 10010111 10101101 1100001 1101 0 100000 10111100 1011101 100011

Color Harmonies of #0697AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0697AD

Black with #0697AD

Text Example


Text Example

White with #0697AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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