Html Css Color HEX #069AAA Bondi Blue

📋 copy color: '#069AAA'

red 6 ◦ green 154 ◦ blue 170

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

Shades of Bondi Blue #069AAA

Tints of Bondi Blue #069AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 1.82%
G = 46.67%
B = 51.52%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#069AAA (or 0x069AAA) is known color: Bondi Blue. HEX triplet: 06, 9A and AA. RGB value is (6,154,170). Sum of RGB (Red+Green+Blue) = 6+154+170=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #069AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069AAA is #F96555. Grayscale: #6F6F6F. Windows color (decimal): -16344406 or 11180550. OLE color: 11180550.

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

Color convert

RGB 6 154 170 -
CMYK 0.96 0.09 0 0.33
HSL 185.85º 0.93% 0.35% -
HSV(B) 185.85º 0.96% 0.67% -
XYZ 18.89 26.05 42.06 -
YUV 111.57 160.97 52.7 -
System Red Green Blue C M Y K H S L
Decimal 6 154 170 0.96 0.09 0 0.33 185.85 0.93 0.35
Hex 6 9A AA 60 9 0 21 BA 5D 23
Octal 6 232 252 140 11 0 41 272 135 43
Binary 110 10011010 10101010 1100000 1001 0 100001 10111010 1011101 100011

Color Harmonies of #069AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069AAA

Black with #069AAA

Text Example


Text Example

White with #069AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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