Html Css Color HEX #0699AB Bondi Blue

📋 copy color: '#0699AB'

red 6 ◦ green 153 ◦ blue 171

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

Shades of Bondi Blue #0699AB

Tints of Bondi Blue #0699AB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.36%

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

R = 1.82%
G = 46.36%
B = 51.82%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0699AB (or 0x0699AB) is known color: Bondi Blue. HEX triplet: 06, 99 and AB. RGB value is (6,153,171). Sum of RGB (Red+Green+Blue) = 6+153+171=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #0699AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0699AB is #F96654. Grayscale: #6E6E6E. Windows color (decimal): -16344661 or 11245830. OLE color: 11245830.

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

Color convert

RGB 6 153 171 -
CMYK 0.96 0.11 0 0.33
HSL 186.55º 0.93% 0.35% -
HSV(B) 186.55º 0.96% 0.67% -
XYZ 18.82 25.76 42.51 -
YUV 111.1 161.8 53.04 -
System Red Green Blue C M Y K H S L
Decimal 6 153 171 0.96 0.11 0 0.33 186.55 0.93 0.35
Hex 6 99 AB 60 B 0 21 BB 5D 23
Octal 6 231 253 140 13 0 41 273 135 43
Binary 110 10011001 10101011 1100000 1011 0 100001 10111011 1011101 100011

Color Harmonies of #0699AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0699AB

Black with #0699AB

Text Example


Text Example

White with #0699AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0699AB; }

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

 H1.HeaderClassName
 {
   color: #0699AB;
 }
 .AnyTagClassName
 {
   color: #0699AB;
 }
</style>

background-color css

<style>
 a { background-color: #0699AB; }

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

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

border-color css

<style>
 span { border-color: #0699AB; }

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

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