Html Css Color HEX #0698AB Bondi Blue

📋 copy color: '#0698AB'

red 6 ◦ green 152 ◦ blue 171

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

Shades of Bondi Blue #0698AB

Tints of Bondi Blue #0698AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.98%

R = 1.82%
G = 46.2%
B = 51.98%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0698AB (or 0x0698AB) is known color: Bondi Blue. HEX triplet: 06, 98 and AB. RGB value is (6,152,171). Sum of RGB (Red+Green+Blue) = 6+152+171=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #0698AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0698AB is #F96754. Grayscale: #6E6E6E. Windows color (decimal): -16344917 or 11245574. OLE color: 11245574.

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

Color convert

RGB 6 152 171 -
CMYK 0.96 0.11 0 0.33
HSL 186.91º 0.93% 0.35% -
HSV(B) 186.91º 0.96% 0.67% -
XYZ 18.65 25.44 42.45 -
YUV 110.51 162.13 53.46 -
System Red Green Blue C M Y K H S L
Decimal 6 152 171 0.96 0.11 0 0.33 186.91 0.93 0.35
Hex 6 98 AB 60 B 0 21 BB 5D 23
Octal 6 230 253 140 13 0 41 273 135 43
Binary 110 10011000 10101011 1100000 1011 0 100001 10111011 1011101 100011

Color Harmonies of #0698AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0698AB

Black with #0698AB

Text Example


Text Example

White with #0698AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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