Html Css Color HEX #0691BB Bondi Blue

📋 copy color: '#0691BB'

red 6 ◦ green 145 ◦ blue 187

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

Shades of Bondi Blue #0691BB

Tints of Bondi Blue #0691BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.33%

R = 1.78%
G = 42.9%
B = 55.33%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0691BB (or 0x0691BB) is known color: Bondi Blue. HEX triplet: 06, 91 and BB. RGB value is (6,145,187). Sum of RGB (Red+Green+Blue) = 6+145+187=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #0691BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0691BB is #F96E44. Grayscale: #6B6B6B. Windows color (decimal): -16346693 or 12292358. OLE color: 12292358.

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

Color convert

RGB 6 145 187 -
CMYK 0.97 0.22 0 0.27
HSL 193.92º 0.94% 0.38% -
HSV(B) 193.92º 0.97% 0.73% -
XYZ 19.17 23.88 50.61 -
YUV 108.23 172.45 55.08 -
System Red Green Blue C M Y K H S L
Decimal 6 145 187 0.97 0.22 0 0.27 193.92 0.94 0.38
Hex 6 91 BB 61 16 0 1B C2 5E 26
Octal 6 221 273 141 26 0 33 302 136 46
Binary 110 10010001 10111011 1100001 10110 0 11011 11000010 1011110 100110

Color Harmonies of #0691BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0691BB

Black with #0691BB

Text Example


Text Example

White with #0691BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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