#0698B4

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

Shades of Bondi Blue #0698B4

Tints of Bondi Blue #0698B4

Color information

#0698B4 (or 0x0698B4) is unknown color: approx Bondi Blue. HEX triplet: 06, 98 and B4. RGB value is (6,152,180). Sum of RGB (Red+Green+Blue) = 6+152+180=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #0698B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0698B4 is #F9674B. Grayscale: #6F6F6F. Windows color (decimal): -16344908 or 11835398. OLE color: 11835398.

HSL color Cylindrical-coordinate representation of color #0698B4: hue angle of 189.66º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0698B4 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6152180-
CMYK0.970.1600.29
HSL189.66º93.55%36.47%-
HSV(B)189.66º96.67%70.59%-
XYZ19.5425.7947.13-
YUV111.54166.6352.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.78%
GREEN value IS 152 (59.77% from 255) = 44.97%
BLUE value IS 180 (70.70% from 255) = 53.25%
R=1.78%
G=44.97%
B=53.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61521800.970.1600.29189.6693.5536.47
Hex698B4611001Dbe5e24
Octal62302641412003527613644
Binary1101001100010110100110000110000011101101111101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0698B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0698B4; }

 p { color: rgb(6,152,180); }

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

<style>
 a { background-color: #0698B4; }

 a { background-color: rgb(6,152,180); }

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

<style>
 span { border-color: #0698B4; }

 span { border-color: rgb(6,152,180); }

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