Html Css Color HEX #06A0AD Bondi Blue

📋 copy color: '#06A0AD'

red 6 ◦ green 160 ◦ blue 173

#06A0AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #06A0AD

Tints of Bondi Blue #06A0AD

RGB

 RED value IS 6 (2.73% from 255) = 1.77%

 GREEN value IS 160 (62.89% from 255) = 47.2%

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 1.77%
G = 47.2%
B = 51.03%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#06A0AD (or 0x06A0AD) is known color: Bondi Blue. HEX triplet: 06, A0 and AD. RGB value is (6,160,173). Sum of RGB (Red+Green+Blue) = 6+160+173=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #06A0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A0AD is #F95F52. Grayscale: #737373. Windows color (decimal): -16342867 or 11378694. OLE color: 11378694.

HSL color Cylindrical-coordinate representation of color #06A0AD: hue angle of 184.67º 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 #06A0AD is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 160 173 -
CMYK 0.97 0.08 0 0.32
HSL 184.67º 0.93% 0.35% -
HSV(B) 184.67º 0.97% 0.68% -
XYZ 20.19 28.2 43.91 -
YUV 115.44 160.48 49.94 -
System Red Green Blue C M Y K H S L
Decimal 6 160 173 0.97 0.08 0 0.32 184.67 0.93 0.35
Hex 6 A0 AD 61 8 0 20 B9 5D 23
Octal 6 240 255 141 10 0 40 271 135 43
Binary 110 10100000 10101101 1100001 1000 0 100000 10111001 1011101 100011

Color Harmonies of #06A0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A0AD

Black with #06A0AD

Text Example


Text Example

White with #06A0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06A0AD;
 }
 .AnyTagClassName
 {
   color: #06A0AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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