#0698A7

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

Shades of Bondi Blue #0698A7

Tints of Bondi Blue #0698A7

Color information

#0698A7 (or 0x0698A7) is unknown color: approx Bondi Blue. HEX triplet: 06, 98 and A7. RGB value is (6,152,167). Sum of RGB (Red+Green+Blue) = 6+152+167=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #0698A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0698A7 is #F96758. Grayscale: #6D6D6D. Windows color (decimal): -16344921 or 10983430. OLE color: 10983430.

HSL color Cylindrical-coordinate representation of color #0698A7: hue angle of 185.59º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0698A7 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6152167-
CMYK0.960.0900.35
HSL185.59º93.06%33.92%-
HSV(B)185.59º96.41%65.49%-
XYZ18.2825.2940.48-
YUV110.06160.1353.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.85%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 167 (65.62% from 255) = 51.38%
R=1.85%
G=46.77%
B=51.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61521670.960.0900.35185.5993.0633.92
Hex698A7609023ba5d22
Octal62302471401104327213542
Binary1101001100010100111110000010010100011101110101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0698A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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