Html Css Color HEX #069AAC Bondi Blue

📋 copy color: '#069AAC'

red 6 ◦ green 154 ◦ blue 172

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

Shades of Bondi Blue #069AAC

Tints of Bondi Blue #069AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 1.81%
G = 46.39%
B = 51.81%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#069AAC (or 0x069AAC) is known color: Bondi Blue. HEX triplet: 06, 9A and AC. RGB value is (6,154,172). Sum of RGB (Red+Green+Blue) = 6+154+172=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #069AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069AAC is #F96553. Grayscale: #6F6F6F. Windows color (decimal): -16344404 or 11311622. OLE color: 11311622.

HSL color Cylindrical-coordinate representation of color #069AAC: hue angle of 186.51º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069AAC is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 154 172 -
CMYK 0.97 0.10 0 0.33
HSL 186.51º 0.93% 0.35% -
HSV(B) 186.51º 0.97% 0.67% -
XYZ 19.08 26.13 43.07 -
YUV 111.8 161.97 52.54 -
System Red Green Blue C M Y K H S L
Decimal 6 154 172 0.97 0.10 0 0.33 186.51 0.93 0.35
Hex 6 9A AC 61 A 0 21 BB 5D 23
Octal 6 232 254 141 12 0 41 273 135 43
Binary 110 10011010 10101100 1100001 1010 0 100001 10111011 1011101 100011

Color Harmonies of #069AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069AAC

Black with #069AAC

Text Example


Text Example

White with #069AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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