#0691b9

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

Shades of Bondi Blue #0691B9

Tints of Bondi Blue #0691B9

Color information

#0691B9 (or 0x0691B9) is unknown color: approx Bondi Blue. HEX triplet: 06, 91 and B9. RGB value is (6,145,185). Sum of RGB (Red+Green+Blue) = 6+145+185=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 185 (72.66% from 255 or 55.06% from 336); Max value from RGB is 185 - color contains mainly: blue. Hex color #0691B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0691B9 is #F96E46. Grayscale: #6B6B6B. Windows color (decimal): -16346695 or 12161286. OLE color: 12161286.

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

Color convert

RGB6145185-
CMYK0.970.2200.27
HSL193.41º93.72%37.45%-
HSV(B)193.41º96.76%72.55%-
XYZ18.9623.7949.49-
YUV108171.4555.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 185 (72.66% from 255) = 55.06%
R=1.79%
G=43.15%
B=55.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61451850.970.2200.27193.4193.7237.45
Hex691B9611601Bc15e25
Octal62212711412603330113645
Binary1101001000110111001110000110110011011110000011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0691b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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