Html Css Color HEX #069DB9 Bondi Blue

📋 copy color: '#069DB9'

red 6 ◦ green 157 ◦ blue 185

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

Shades of Bondi Blue #069DB9

Tints of Bondi Blue #069DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.16%

R = 1.72%
G = 45.11%
B = 53.16%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#069DB9 (or 0x069DB9) is known color: Bondi Blue. HEX triplet: 06, 9D and B9. RGB value is (6,157,185). Sum of RGB (Red+Green+Blue) = 6+157+185=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #069DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069DB9 is #F96246. Grayscale: #727272. Windows color (decimal): -16343623 or 12164358. OLE color: 12164358.

HSL color Cylindrical-coordinate representation of color #069DB9: hue angle of 189.39º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069DB9 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 157 185 -
CMYK 0.97 0.15 0 0.27
HSL 189.39º 0.94% 0.37% -
HSV(B) 189.39º 0.97% 0.73% -
XYZ 20.89 27.66 50.14 -
YUV 115.04 167.47 50.22 -
System Red Green Blue C M Y K H S L
Decimal 6 157 185 0.97 0.15 0 0.27 189.39 0.94 0.37
Hex 6 9D B9 61 F 0 1B BD 5E 25
Octal 6 235 271 141 17 0 33 275 136 45
Binary 110 10011101 10111001 1100001 1111 0 11011 10111101 1011110 100101

Color Harmonies of #069DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069DB9

Black with #069DB9

Text Example


Text Example

White with #069DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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