#06A6AE

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

Shades of Bondi Blue #06A6AE

Tints of Bondi Blue #06A6AE

Color information

#06A6AE (or 0x06A6AE) is unknown color: approx Bondi Blue. HEX triplet: 06, A6 and AE. RGB value is (6,166,174). Sum of RGB (Red+Green+Blue) = 6+166+174=346 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #06A6AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A6AE is #F95951. Grayscale: #767676. Windows color (decimal): -16341330 or 11445766. OLE color: 11445766.

HSL color Cylindrical-coordinate representation of color #06A6AE: hue angle of 182.86º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A6AE is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6166174-
CMYK0.970.0500.32
HSL182.86º93.33%35.29%-
HSV(B)182.86º96.55%68.24%-
XYZ21.3530.3744.78-
YUV119.07158.9947.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.73%
GREEN value IS 166 (65.23% from 255) = 47.98%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=1.73%
G=47.98%
B=50.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61661740.970.0500.32182.8693.3335.29
Hex6A6AE615020b75d23
Octal6246256141504026713543
Binary110101001101010111011000011010100000101101111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,166,174); }

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

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

 a { background-color: rgb(6,166,174); }

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

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

 span { border-color: rgb(6,166,174); }

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