Html Css Color HEX #0692BE Bondi Blue

📋 copy color: '#0692BE'

red 6 ◦ green 146 ◦ blue 190

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

Shades of Bondi Blue #0692BE

Tints of Bondi Blue #0692BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.56%

R = 1.75%
G = 42.69%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0692BE (or 0x0692BE) is known color: Bondi Blue. HEX triplet: 06, 92 and BE. RGB value is (6,146,190). Sum of RGB (Red+Green+Blue) = 6+146+190=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #0692BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0692BE is #F96D41. Grayscale: #6C6C6C. Windows color (decimal): -16346434 or 12489222. OLE color: 12489222.

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

Color convert

RGB 6 146 190 -
CMYK 0.97 0.23 0 0.25
HSL 194.35º 0.94% 0.38% -
HSV(B) 194.35º 0.97% 0.75% -
XYZ 19.65 24.31 52.37 -
YUV 109.16 173.62 54.42 -
System Red Green Blue C M Y K H S L
Decimal 6 146 190 0.97 0.23 0 0.25 194.35 0.94 0.38
Hex 6 92 BE 61 17 0 19 C2 5E 26
Octal 6 222 276 141 27 0 31 302 136 46
Binary 110 10010010 10111110 1100001 10111 0 11001 11000010 1011110 100110

Color Harmonies of #0692BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0692BE

Black with #0692BE

Text Example


Text Example

White with #0692BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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