Html Css Color HEX #0690AC Bondi Blue

📋 copy color: '#0690AC'

red 6 ◦ green 144 ◦ blue 172

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

Shades of Bondi Blue #0690AC

Tints of Bondi Blue #0690AC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 1.86%
G = 44.72%
B = 53.42%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0690AC (or 0x0690AC) is known color: Bondi Blue. HEX triplet: 06, 90 and AC. RGB value is (6,144,172). Sum of RGB (Red+Green+Blue) = 6+144+172=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #0690AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0690AC is #F96F53. Grayscale: #696969. Windows color (decimal): -16346964 or 11309062. OLE color: 11309062.

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

Color convert

RGB 6 144 172 -
CMYK 0.97 0.16 0 0.33
HSL 190.12º 0.93% 0.35% -
HSV(B) 190.12º 0.97% 0.67% -
XYZ 17.49 22.96 42.54 -
YUV 105.93 165.28 56.72 -
System Red Green Blue C M Y K H S L
Decimal 6 144 172 0.97 0.16 0 0.33 190.12 0.93 0.35
Hex 6 90 AC 61 10 0 21 BE 5D 23
Octal 6 220 254 141 20 0 41 276 135 43
Binary 110 10010000 10101100 1100001 10000 0 100001 10111110 1011101 100011

Color Harmonies of #0690AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0690AC

Black with #0690AC

Text Example


Text Example

White with #0690AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0690AC; }

 p { color: rgb(6,144,172); }

 H1.HeaderClassName
 {
   color: #0690AC;
 }
 .AnyTagClassName
 {
   color: #0690AC;
 }
</style>

background-color css

<style>
 a { background-color: #0690AC; }

 a { background-color: rgb(6,144,172); }

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

border-color css

<style>
 span { border-color: #0690AC; }

 span { border-color: rgb(6,144,172); }

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