Html Css Color HEX #069DB3 Bondi Blue

📋 copy color: '#069DB3'

red 6 ◦ green 157 ◦ blue 179

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

Shades of Bondi Blue #069DB3

Tints of Bondi Blue #069DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.34%

R = 1.75%
G = 45.91%
B = 52.34%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#069DB3 (or 0x069DB3) is known color: Bondi Blue. HEX triplet: 06, 9D and B3. RGB value is (6,157,179). Sum of RGB (Red+Green+Blue) = 6+157+179=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #069DB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069DB3 is #F9624C. Grayscale: #727272. Windows color (decimal): -16343629 or 11771142. OLE color: 11771142.

HSL color Cylindrical-coordinate representation of color #069DB3: hue angle of 187.63º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069DB3 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 6 157 179 -
CMYK 0.97 0.12 0 0.30
HSL 187.63º 0.94% 0.36% -
HSV(B) 187.63º 0.97% 0.7% -
XYZ 20.27 27.41 46.87 -
YUV 114.36 164.47 50.71 -
System Red Green Blue C M Y K H S L
Decimal 6 157 179 0.97 0.12 0 0.30 187.63 0.94 0.36
Hex 6 9D B3 61 C 0 1E BC 5E 24
Octal 6 235 263 141 14 0 36 274 136 44
Binary 110 10011101 10110011 1100001 1100 0 11110 10111100 1011110 100100

Color Harmonies of #069DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069DB3

Black with #069DB3

Text Example


Text Example

White with #069DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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