#0691AB

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

Shades of Bondi Blue #0691AB

Tints of Bondi Blue #0691AB

Color information

#0691AB (or 0x0691AB) is unknown color: approx Bondi Blue. HEX triplet: 06, 91 and AB. RGB value is (6,145,171). Sum of RGB (Red+Green+Blue) = 6+145+171=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #0691AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0691AB is #F96E54. Grayscale: #6A6A6A. Windows color (decimal): -16346709 or 11243782. OLE color: 11243782.

HSL color Cylindrical-coordinate representation of color #0691AB: hue angle of 189.45º 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 #0691AB is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6145171-
CMYK0.960.1500.33
HSL189.45º93.22%34.71%-
HSV(B)189.45º96.49%67.06%-
XYZ17.5523.2342.09-
YUV106.4164.4556.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.86%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=1.86%
G=45.03%
B=53.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61451710.960.1500.33189.4593.2234.71
Hex691AB60F021bd5d23
Octal62212531401704127513543
Binary1101001000110101011110000011110100001101111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0691AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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