Html Css Color HEX #069DAE Bondi Blue

📋 copy color: '#069DAE'

red 6 ◦ green 157 ◦ blue 174

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

Shades of Bondi Blue #069DAE

Tints of Bondi Blue #069DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 1.78%
G = 46.59%
B = 51.63%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#069DAE (or 0x069DAE) is known color: Bondi Blue. HEX triplet: 06, 9D and AE. RGB value is (6,157,174). Sum of RGB (Red+Green+Blue) = 6+157+174=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #069DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069DAE is #F96251. Grayscale: #717171. Windows color (decimal): -16343634 or 11443462. OLE color: 11443462.

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

Color convert

RGB 6 157 174 -
CMYK 0.97 0.10 0 0.32
HSL 186.07º 0.93% 0.35% -
HSV(B) 186.07º 0.97% 0.68% -
XYZ 19.77 27.21 44.25 -
YUV 113.79 161.97 51.12 -
System Red Green Blue C M Y K H S L
Decimal 6 157 174 0.97 0.10 0 0.32 186.07 0.93 0.35
Hex 6 9D AE 61 A 0 20 BA 5D 23
Octal 6 235 256 141 12 0 40 272 135 43
Binary 110 10011101 10101110 1100001 1010 0 100000 10111010 1011101 100011

Color Harmonies of #069DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069DAE

Black with #069DAE

Text Example


Text Example

White with #069DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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