#06A0A9

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

Shades of Bondi Blue #06A0A9

Tints of Bondi Blue #06A0A9

Color information

#06A0A9 (or 0x06A0A9) is unknown color: approx Bondi Blue. HEX triplet: 06, A0 and A9. RGB value is (6,160,169). Sum of RGB (Red+Green+Blue) = 6+160+169=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 169 (66.41% from 255 or 50.45% from 335); Max value from RGB is 169 - color contains mainly: blue. Hex color #06A0A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A0A9 is #F95F56. Grayscale: #727272. Windows color (decimal): -16342871 or 11116550. OLE color: 11116550.

HSL color Cylindrical-coordinate representation of color #06A0A9: hue angle of 183.31º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A0A9 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6160169-
CMYK0.960.0500.34
HSL183.31º93.14%34.31%-
HSV(B)183.31º96.45%66.27%-
XYZ19.8128.0441.91-
YUV114.98158.4850.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 160 (62.89% from 255) = 47.76%
BLUE value IS 169 (66.41% from 255) = 50.45%
R=1.79%
G=47.76%
B=50.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal61601690.960.0500.34183.3193.1434.31
Hex6A0A9605022b75d22
Octal6240251140504226713542
Binary110101000001010100111000001010100010101101111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A0A9; }

 p { color: rgb(6,160,169); }

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

<style>
 a { background-color: #06A0A9; }

 a { background-color: rgb(6,160,169); }

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

<style>
 span { border-color: #06A0A9; }

 span { border-color: rgb(6,160,169); }

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