Html Css Color HEX #06A1AB Bondi Blue

📋 copy color: '#06A1AB'

red 6 ◦ green 161 ◦ blue 171

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

Shades of Bondi Blue #06A1AB

Tints of Bondi Blue #06A1AB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.63%

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

R = 1.78%
G = 47.63%
B = 50.59%

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

#06A1AB (or 0x06A1AB) is known color: Bondi Blue. HEX triplet: 06, A1 and AB. RGB value is (6,161,171). Sum of RGB (Red+Green+Blue) = 6+161+171=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #06A1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A1AB is #F95E54. Grayscale: #737373. Windows color (decimal): -16342613 or 11247878. OLE color: 11247878.

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

Color convert

RGB 6 161 171 -
CMYK 0.96 0.06 0 0.33
HSL 183.64º 0.93% 0.35% -
HSV(B) 183.64º 0.96% 0.67% -
XYZ 20.17 28.47 42.96 -
YUV 115.8 159.15 49.69 -
System Red Green Blue C M Y K H S L
Decimal 6 161 171 0.96 0.06 0 0.33 183.64 0.93 0.35
Hex 6 A1 AB 60 6 0 21 B8 5D 23
Octal 6 241 253 140 6 0 41 270 135 43
Binary 110 10100001 10101011 1100000 110 0 100001 10111000 1011101 100011

Color Harmonies of #06A1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A1AB

Black with #06A1AB

Text Example


Text Example

White with #06A1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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