#0692BA

Color #0692BA Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0692BA

Tints of Bondi Blue #0692BA

Color information

#0692BA (or 0x0692BA) is unknown color: approx Bondi Blue. HEX triplet: 06, 92 and BA. RGB value is (6,146,186). Sum of RGB (Red+Green+Blue) = 6+146+186=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #0692BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0692BA is #F96D45. Grayscale: #6C6C6C. Windows color (decimal): -16346438 or 12227078. OLE color: 12227078.

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

Color convert

RGB6146186-
CMYK0.970.2200.27
HSL193.33º93.75%37.65%-
HSV(B)193.33º96.77%72.94%-
XYZ19.2224.1450.1-
YUV108.7171.6254.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.78%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=1.78%
G=43.20%
B=55.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61461860.970.2200.27193.3393.7537.65
Hex692BA611601Bc15e26
Octal62222721412603330113646
Binary1101001001010111010110000110110011011110000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0692BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0692BA;
 }
 .AnyTagClassName
 {
   color: #0692BA;
 }
</style>
background-color css

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

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

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

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

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

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