Html Css Color HEX #069FAC Bondi Blue

📋 copy color: '#069FAC'

red 6 ◦ green 159 ◦ blue 172

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

Shades of Bondi Blue #069FAC

Tints of Bondi Blue #069FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.18%

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

R = 1.78%
G = 47.18%
B = 51.04%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#069FAC (or 0x069FAC) is known color: Bondi Blue. HEX triplet: 06, 9F and AC. RGB value is (6,159,172). Sum of RGB (Red+Green+Blue) = 6+159+172=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #069FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069FAC is #F96053. Grayscale: #727272. Windows color (decimal): -16343124 or 11312902. OLE color: 11312902.

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

Color convert

RGB 6 159 172 -
CMYK 0.97 0.08 0 0.33
HSL 184.7º 0.93% 0.35% -
HSV(B) 184.7º 0.97% 0.67% -
XYZ 19.92 27.81 43.35 -
YUV 114.74 160.31 50.44 -
System Red Green Blue C M Y K H S L
Decimal 6 159 172 0.97 0.08 0 0.33 184.7 0.93 0.35
Hex 6 9F AC 61 8 0 21 B9 5D 23
Octal 6 237 254 141 10 0 41 271 135 43
Binary 110 10011111 10101100 1100001 1000 0 100001 10111001 1011101 100011

Color Harmonies of #069FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069FAC

Black with #069FAC

Text Example


Text Example

White with #069FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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