Html Css Color HEX #069DAC Bondi Blue

📋 copy color: '#069DAC'

red 6 ◦ green 157 ◦ blue 172

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

Shades of Bondi Blue #069DAC

Tints of Bondi Blue #069DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.87%

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

R = 1.79%
G = 46.87%
B = 51.34%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#069DAC (or 0x069DAC) is known color: Bondi Blue. HEX triplet: 06, 9D and AC. RGB value is (6,157,172). Sum of RGB (Red+Green+Blue) = 6+157+172=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #069DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069DAC is #F96253. Grayscale: #717171. Windows color (decimal): -16343636 or 11312390. OLE color: 11312390.

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

Color convert

RGB 6 157 172 -
CMYK 0.97 0.09 0 0.33
HSL 185.42º 0.93% 0.35% -
HSV(B) 185.42º 0.97% 0.67% -
XYZ 19.58 27.13 43.23 -
YUV 113.56 160.97 51.28 -
System Red Green Blue C M Y K H S L
Decimal 6 157 172 0.97 0.09 0 0.33 185.42 0.93 0.35
Hex 6 9D AC 61 9 0 21 B9 5D 23
Octal 6 235 254 141 11 0 41 271 135 43
Binary 110 10011101 10101100 1100001 1001 0 100001 10111001 1011101 100011

Color Harmonies of #069DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069DAC

Black with #069DAC

Text Example


Text Example

White with #069DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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