Html Css Color HEX #0691BC Bondi Blue

📋 copy color: '#0691BC'

red 6 ◦ green 145 ◦ blue 188

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

Shades of Bondi Blue #0691BC

Tints of Bondi Blue #0691BC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.77%

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

R = 1.77%
G = 42.77%
B = 55.46%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0691BC (or 0x0691BC) is known color: Bondi Blue. HEX triplet: 06, 91 and BC. RGB value is (6,145,188). Sum of RGB (Red+Green+Blue) = 6+145+188=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #0691BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0691BC is #F96E43. Grayscale: #6C6C6C. Windows color (decimal): -16346692 or 12357894. OLE color: 12357894.

HSL color Cylindrical-coordinate representation of color #0691BC: hue angle of 194.18º 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 #0691BC is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 145 188 -
CMYK 0.97 0.23 0 0.26
HSL 194.18º 0.94% 0.38% -
HSV(B) 194.18º 0.97% 0.74% -
XYZ 19.28 23.92 51.18 -
YUV 108.34 172.95 55 -
System Red Green Blue C M Y K H S L
Decimal 6 145 188 0.97 0.23 0 0.26 194.18 0.94 0.38
Hex 6 91 BC 61 17 0 1A C2 5E 26
Octal 6 221 274 141 27 0 32 302 136 46
Binary 110 10010001 10111100 1100001 10111 0 11010 11000010 1011110 100110

Color Harmonies of #0691BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0691BC

Black with #0691BC

Text Example


Text Example

White with #0691BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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