#0691B6

Color #0691B6 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0691B6

Tints of Bondi Blue #0691B6

Color information

#0691B6 (or 0x0691B6) is unknown color: approx Bondi Blue. HEX triplet: 06, 91 and B6. RGB value is (6,145,182). Sum of RGB (Red+Green+Blue) = 6+145+182=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 182 (71.48% from 255 or 54.65% from 333); Max value from RGB is 182 - color contains mainly: blue. Hex color #0691B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0691B6 is #F96E49. Grayscale: #6B6B6B. Windows color (decimal): -16346698 or 11964678. OLE color: 11964678.

HSL color Cylindrical-coordinate representation of color #0691B6: hue angle of 192.61º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0691B6 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6145182-
CMYK0.970.2000.29
HSL192.61º93.62%36.86%-
HSV(B)192.61º96.7%71.37%-
XYZ18.6423.6747.84-
YUV107.66169.9555.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.80%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 182 (71.48% from 255) = 54.65%
R=1.80%
G=43.54%
B=54.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61451820.970.2000.29192.6193.6236.86
Hex691B6611401Dc15e25
Octal62212661412403530113645
Binary1101001000110110110110000110100011101110000011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0691B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0691B6;
 }
 .AnyTagClassName
 {
   color: #0691B6;
 }
</style>
background-color css

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

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

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

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

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

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