Html Css Color HEX #06A0AB Bondi Blue

📋 copy color: '#06A0AB'

red 6 ◦ green 160 ◦ blue 171

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

Shades of Bondi Blue #06A0AB

Tints of Bondi Blue #06A0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 1.78%
G = 47.48%
B = 50.74%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#06A0AB (or 0x06A0AB) is known color: Bondi Blue. HEX triplet: 06, A0 and AB. RGB value is (6,160,171). Sum of RGB (Red+Green+Blue) = 6+160+171=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #06A0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A0AB is #F95F54. Grayscale: #737373. Windows color (decimal): -16342869 or 11247622. OLE color: 11247622.

HSL color Cylindrical-coordinate representation of color #06A0AB: hue angle of 184º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A0AB is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 160 171 -
CMYK 0.96 0.06 0 0.33
HSL 184º 0.93% 0.35% -
HSV(B) 184º 0.96% 0.67% -
XYZ 20 28.12 42.9 -
YUV 115.21 159.48 50.11 -
System Red Green Blue C M Y K H S L
Decimal 6 160 171 0.96 0.06 0 0.33 184 0.93 0.35
Hex 6 A0 AB 60 6 0 21 B8 5D 23
Octal 6 240 253 140 6 0 41 270 135 43
Binary 110 10100000 10101011 1100000 110 0 100001 10111000 1011101 100011

Color Harmonies of #06A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A0AB

Black with #06A0AB

Text Example


Text Example

White with #06A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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