Html Css Color HEX #069FA6 Bondi Blue

📋 copy color: '#069FA6'

red 6 ◦ green 159 ◦ blue 166

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

Shades of Bondi Blue #069FA6

Tints of Bondi Blue #069FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.15%

R = 1.81%
G = 48.04%
B = 50.15%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#069FA6 (or 0x069FA6) is known color: Bondi Blue. HEX triplet: 06, 9F and A6. RGB value is (6,159,166). Sum of RGB (Red+Green+Blue) = 6+159+166=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 166 (65.23% from 255 or 50.15% from 331); Max value from RGB is 166 - color contains mainly: blue. Hex color #069FA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069FA6 is #F96059. Grayscale: #717171. Windows color (decimal): -16343130 or 10919686. OLE color: 10919686.

HSL color Cylindrical-coordinate representation of color #069FA6: hue angle of 182.62º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069FA6 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 159 166 -
CMYK 0.96 0.04 0 0.35
HSL 182.63º 0.93% 0.34% -
HSV(B) 182.63º 0.96% 0.65% -
XYZ 19.36 27.59 40.38 -
YUV 114.05 157.31 50.93 -
System Red Green Blue C M Y K H S L
Decimal 6 159 166 0.96 0.04 0 0.35 182.63 0.93 0.34
Hex 6 9F A6 60 4 0 23 B7 5D 22
Octal 6 237 246 140 4 0 43 267 135 42
Binary 110 10011111 10100110 1100000 100 0 100011 10110111 1011101 100010

Color Harmonies of #069FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069FA6

Black with #069FA6

Text Example


Text Example

White with #069FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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