Html Css Color HEX #06A8AB Bondi Blue

📋 copy color: '#06A8AB'

red 6 ◦ green 168 ◦ blue 171

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

Shades of Bondi Blue #06A8AB

Tints of Bondi Blue #06A8AB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.7%

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

R = 1.74%
G = 48.7%
B = 49.57%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#06A8AB (or 0x06A8AB) is known color: Bondi Blue. HEX triplet: 06, A8 and AB. RGB value is (6,168,171). Sum of RGB (Red+Green+Blue) = 6+168+171=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #06A8AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A8AB is #F95754. Grayscale: #777777. Windows color (decimal): -16340821 or 11249670. OLE color: 11249670.

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

Color convert

RGB 6 168 171 -
CMYK 0.96 0.02 0 0.33
HSL 181.09º 0.93% 0.35% -
HSV(B) 181.09º 0.96% 0.67% -
XYZ 21.43 30.98 43.38 -
YUV 119.9 156.83 46.76 -
System Red Green Blue C M Y K H S L
Decimal 6 168 171 0.96 0.02 0 0.33 181.09 0.93 0.35
Hex 6 A8 AB 60 2 0 21 B5 5D 23
Octal 6 250 253 140 2 0 41 265 135 43
Binary 110 10101000 10101011 1100000 10 0 100001 10110101 1011101 100011

Color Harmonies of #06A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A8AB

Black with #06A8AB

Text Example


Text Example

White with #06A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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