Html Css Color HEX #0692BD Bondi Blue

📋 copy color: '#0692BD'

red 6 ◦ green 146 ◦ blue 189

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

Shades of Bondi Blue #0692BD

Tints of Bondi Blue #0692BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.43%

R = 1.76%
G = 42.82%
B = 55.43%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0692BD (or 0x0692BD) is known color: Bondi Blue. HEX triplet: 06, 92 and BD. RGB value is (6,146,189). Sum of RGB (Red+Green+Blue) = 6+146+189=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #0692BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0692BD is #F96D42. Grayscale: #6C6C6C. Windows color (decimal): -16346435 or 12423686. OLE color: 12423686.

HSL color Cylindrical-coordinate representation of color #0692BD: hue angle of 194.1º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0692BD is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 146 189 -
CMYK 0.97 0.23 0 0.26
HSL 194.1º 0.94% 0.38% -
HSV(B) 194.1º 0.97% 0.74% -
XYZ 19.54 24.27 51.8 -
YUV 109.04 173.12 54.5 -
System Red Green Blue C M Y K H S L
Decimal 6 146 189 0.97 0.23 0 0.26 194.1 0.94 0.38
Hex 6 92 BD 61 17 0 1A C2 5E 26
Octal 6 222 275 141 27 0 32 302 136 46
Binary 110 10010010 10111101 1100001 10111 0 11010 11000010 1011110 100110

Color Harmonies of #0692BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0692BD

Black with #0692BD

Text Example


Text Example

White with #0692BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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