Html Css Color HEX #0698BD Bondi Blue

📋 copy color: '#0698BD'

red 6 ◦ green 152 ◦ blue 189

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

Shades of Bondi Blue #0698BD

Tints of Bondi Blue #0698BD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.8%

 BLUE value IS 189 (74.22% from 255) = 54.47%

R = 1.73%
G = 43.8%
B = 54.47%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0698BD (or 0x0698BD) is known color: Bondi Blue. HEX triplet: 06, 98 and BD. RGB value is (6,152,189). Sum of RGB (Red+Green+Blue) = 6+152+189=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #0698BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0698BD is #F96742. Grayscale: #707070. Windows color (decimal): -16344899 or 12425222. OLE color: 12425222.

HSL color Cylindrical-coordinate representation of color #0698BD: hue angle of 192.13º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0698BD is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 152 189 -
CMYK 0.97 0.20 0 0.26
HSL 192.13º 0.94% 0.38% -
HSV(B) 192.13º 0.97% 0.74% -
XYZ 20.49 26.17 52.12 -
YUV 112.56 171.13 51.99 -
System Red Green Blue C M Y K H S L
Decimal 6 152 189 0.97 0.20 0 0.26 192.13 0.94 0.38
Hex 6 98 BD 61 14 0 1A C0 5E 26
Octal 6 230 275 141 24 0 32 300 136 46
Binary 110 10011000 10111101 1100001 10100 0 11010 11000000 1011110 100110

Color Harmonies of #0698BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0698BD

Black with #0698BD

Text Example


Text Example

White with #0698BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0698BD;
 }
 .AnyTagClassName
 {
   color: #0698BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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