Html Css Color HEX #0690AD Bondi Blue

📋 copy color: '#0690AD'

red 6 ◦ green 144 ◦ blue 173

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

Shades of Bondi Blue #0690AD

Tints of Bondi Blue #0690AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.58%

 BLUE value IS 173 (67.97% from 255) = 53.56%

R = 1.86%
G = 44.58%
B = 53.56%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0690AD (or 0x0690AD) is known color: Bondi Blue. HEX triplet: 06, 90 and AD. RGB value is (6,144,173). Sum of RGB (Red+Green+Blue) = 6+144+173=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #0690AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0690AD is #F96F52. Grayscale: #696969. Windows color (decimal): -16346963 or 11374598. OLE color: 11374598.

HSL color Cylindrical-coordinate representation of color #0690AD: hue angle of 190.42º 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 #0690AD is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 144 173 -
CMYK 0.97 0.17 0 0.32
HSL 190.42º 0.93% 0.35% -
HSV(B) 190.42º 0.97% 0.68% -
XYZ 17.59 23 43.05 -
YUV 106.04 165.78 56.64 -
System Red Green Blue C M Y K H S L
Decimal 6 144 173 0.97 0.17 0 0.32 190.42 0.93 0.35
Hex 6 90 AD 61 11 0 20 BE 5D 23
Octal 6 220 255 141 21 0 40 276 135 43
Binary 110 10010000 10101101 1100001 10001 0 100000 10111110 1011101 100011

Color Harmonies of #0690AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0690AD

Black with #0690AD

Text Example


Text Example

White with #0690AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0690AD; }

 p { color: rgb(6,144,173); }

 H1.HeaderClassName
 {
   color: #0690AD;
 }
 .AnyTagClassName
 {
   color: #0690AD;
 }
</style>

background-color css

<style>
 a { background-color: #0690AD; }

 a { background-color: rgb(6,144,173); }

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

border-color css

<style>
 span { border-color: #0690AD; }

 span { border-color: rgb(6,144,173); }

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