Html Css Color HEX #0697AA Bondi Blue

📋 copy color: '#0697AA'

red 6 ◦ green 151 ◦ blue 170

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

Shades of Bondi Blue #0697AA

Tints of Bondi Blue #0697AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 1.83%
G = 46.18%
B = 51.99%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0697AA (or 0x0697AA) is known color: Bondi Blue. HEX triplet: 06, 97 and AA. RGB value is (6,151,170). Sum of RGB (Red+Green+Blue) = 6+151+170=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #0697AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0697AA is #F96855. Grayscale: #6D6D6D. Windows color (decimal): -16345174 or 11179782. OLE color: 11179782.

HSL color Cylindrical-coordinate representation of color #0697AA: hue angle of 186.95º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0697AA is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 151 170 -
CMYK 0.96 0.11 0 0.33
HSL 186.95º 0.93% 0.35% -
HSV(B) 186.95º 0.96% 0.67% -
XYZ 18.4 25.07 41.9 -
YUV 109.81 161.96 53.96 -
System Red Green Blue C M Y K H S L
Decimal 6 151 170 0.96 0.11 0 0.33 186.95 0.93 0.35
Hex 6 97 AA 60 B 0 21 BB 5D 23
Octal 6 227 252 140 13 0 41 273 135 43
Binary 110 10010111 10101010 1100000 1011 0 100001 10111011 1011101 100011

Color Harmonies of #0697AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0697AA

Black with #0697AA

Text Example


Text Example

White with #0697AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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