Html Css Color HEX #0692AD Bondi Blue

📋 copy color: '#0692AD'

red 6 ◦ green 146 ◦ blue 173

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

Shades of Bondi Blue #0692AD

Tints of Bondi Blue #0692AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.92%

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

R = 1.85%
G = 44.92%
B = 53.23%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0692AD (or 0x0692AD) is known color: Bondi Blue. HEX triplet: 06, 92 and AD. RGB value is (6,146,173). Sum of RGB (Red+Green+Blue) = 6+146+173=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #0692AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0692AD is #F96D52. Grayscale: #6A6A6A. Windows color (decimal): -16346451 or 11375110. OLE color: 11375110.

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

Color convert

RGB 6 146 173 -
CMYK 0.97 0.16 0 0.32
HSL 189.7º 0.93% 0.35% -
HSV(B) 189.7º 0.97% 0.68% -
XYZ 17.9 23.61 43.15 -
YUV 107.22 165.12 55.8 -
System Red Green Blue C M Y K H S L
Decimal 6 146 173 0.97 0.16 0 0.32 189.7 0.93 0.35
Hex 6 92 AD 61 10 0 20 BE 5D 23
Octal 6 222 255 141 20 0 40 276 135 43
Binary 110 10010010 10101101 1100001 10000 0 100000 10111110 1011101 100011

Color Harmonies of #0692AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0692AD

Black with #0692AD

Text Example


Text Example

White with #0692AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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