Html Css Color HEX #0692B3 Bondi Blue

📋 copy color: '#0692B3'

red 6 ◦ green 146 ◦ blue 179

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

Shades of Bondi Blue #0692B3

Tints of Bondi Blue #0692B3

RGB

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

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

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

R = 1.81%
G = 44.11%
B = 54.08%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0692B3 (or 0x0692B3) is known color: Bondi Blue. HEX triplet: 06, 92 and B3. RGB value is (6,146,179). Sum of RGB (Red+Green+Blue) = 6+146+179=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 179 (70.31% from 255 or 54.08% from 331); Max value from RGB is 179 - color contains mainly: blue. Hex color #0692B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0692B3 is #F96D4C. Grayscale: #6B6B6B. Windows color (decimal): -16346445 or 11768326. OLE color: 11768326.

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

Color convert

RGB 6 146 179 -
CMYK 0.97 0.18 0 0.30
HSL 191.45º 0.94% 0.36% -
HSV(B) 191.45º 0.97% 0.7% -
XYZ 18.49 23.85 46.28 -
YUV 107.9 168.12 55.32 -
System Red Green Blue C M Y K H S L
Decimal 6 146 179 0.97 0.18 0 0.30 191.45 0.94 0.36
Hex 6 92 B3 61 12 0 1E BF 5E 24
Octal 6 222 263 141 22 0 36 277 136 44
Binary 110 10010010 10110011 1100001 10010 0 11110 10111111 1011110 100100

Color Harmonies of #0692B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0692B3

Black with #0692B3

Text Example


Text Example

White with #0692B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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