Html Css Color HEX #06A2AD Bondi Blue

📋 copy color: '#06A2AD'

red 6 ◦ green 162 ◦ blue 173

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

Shades of Bondi Blue #06A2AD

Tints of Bondi Blue #06A2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.51%

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

R = 1.76%
G = 47.51%
B = 50.73%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#06A2AD (or 0x06A2AD) is known color: Bondi Blue. HEX triplet: 06, A2 and AD. RGB value is (6,162,173). Sum of RGB (Red+Green+Blue) = 6+162+173=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #06A2AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A2AD is #F95D52. Grayscale: #747474. Windows color (decimal): -16342355 or 11379206. OLE color: 11379206.

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

Color convert

RGB 6 162 173 -
CMYK 0.97 0.06 0 0.32
HSL 183.95º 0.93% 0.35% -
HSV(B) 183.95º 0.97% 0.68% -
XYZ 20.54 28.9 44.03 -
YUV 116.61 159.82 49.11 -
System Red Green Blue C M Y K H S L
Decimal 6 162 173 0.97 0.06 0 0.32 183.95 0.93 0.35
Hex 6 A2 AD 61 6 0 20 B8 5D 23
Octal 6 242 255 141 6 0 40 270 135 43
Binary 110 10100010 10101101 1100001 110 0 100000 10111000 1011101 100011

Color Harmonies of #06A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A2AD

Black with #06A2AD

Text Example


Text Example

White with #06A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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