Html Css Color HEX #0697BC Bondi Blue

📋 copy color: '#0697BC'

red 6 ◦ green 151 ◦ blue 188

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

Shades of Bondi Blue #0697BC

Tints of Bondi Blue #0697BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.49%

R = 1.74%
G = 43.77%
B = 54.49%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0697BC (or 0x0697BC) is known color: Bondi Blue. HEX triplet: 06, 97 and BC. RGB value is (6,151,188). Sum of RGB (Red+Green+Blue) = 6+151+188=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #0697BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0697BC is #F96843. Grayscale: #6F6F6F. Windows color (decimal): -16345156 or 12359430. OLE color: 12359430.

HSL color Cylindrical-coordinate representation of color #0697BC: hue angle of 192.2º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0697BC is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 151 188 -
CMYK 0.97 0.20 0 0.26
HSL 192.2º 0.94% 0.38% -
HSV(B) 192.2º 0.97% 0.74% -
XYZ 20.22 25.8 51.49 -
YUV 111.86 170.96 52.49 -
System Red Green Blue C M Y K H S L
Decimal 6 151 188 0.97 0.20 0 0.26 192.2 0.94 0.38
Hex 6 97 BC 61 14 0 1A C0 5E 26
Octal 6 227 274 141 24 0 32 300 136 46
Binary 110 10010111 10111100 1100001 10100 0 11010 11000000 1011110 100110

Color Harmonies of #0697BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0697BC

Black with #0697BC

Text Example


Text Example

White with #0697BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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