Html Css Color HEX #069AAB Bondi Blue

📋 copy color: '#069AAB'

red 6 ◦ green 154 ◦ blue 171

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

Shades of Bondi Blue #069AAB

Tints of Bondi Blue #069AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.53%

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

R = 1.81%
G = 46.53%
B = 51.66%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#069AAB (or 0x069AAB) is known color: Bondi Blue. HEX triplet: 06, 9A and AB. RGB value is (6,154,171). Sum of RGB (Red+Green+Blue) = 6+154+171=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #069AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069AAB is #F96554. Grayscale: #6F6F6F. Windows color (decimal): -16344405 or 11246086. OLE color: 11246086.

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

Color convert

RGB 6 154 171 -
CMYK 0.96 0.10 0 0.33
HSL 186.18º 0.93% 0.35% -
HSV(B) 186.18º 0.96% 0.67% -
XYZ 18.98 26.09 42.56 -
YUV 111.69 161.47 52.62 -
System Red Green Blue C M Y K H S L
Decimal 6 154 171 0.96 0.10 0 0.33 186.18 0.93 0.35
Hex 6 9A AB 60 A 0 21 BA 5D 23
Octal 6 232 253 140 12 0 41 272 135 43
Binary 110 10011010 10101011 1100000 1010 0 100001 10111010 1011101 100011

Color Harmonies of #069AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069AAB

Black with #069AAB

Text Example


Text Example

White with #069AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069AAB; }

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

 H1.HeaderClassName
 {
   color: #069AAB;
 }
 .AnyTagClassName
 {
   color: #069AAB;
 }
</style>

background-color css

<style>
 a { background-color: #069AAB; }

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

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

border-color css

<style>
 span { border-color: #069AAB; }

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

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