Html Css Color HEX #0690AA Bondi Blue

📋 copy color: '#0690AA'

red 6 ◦ green 144 ◦ blue 170

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

Shades of Bondi Blue #0690AA

Tints of Bondi Blue #0690AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 1.88%
G = 45%
B = 53.13%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0690AA (or 0x0690AA) is known color: Bondi Blue. HEX triplet: 06, 90 and AA. RGB value is (6,144,170). Sum of RGB (Red+Green+Blue) = 6+144+170=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #0690AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0690AA is #F96F55. Grayscale: #696969. Windows color (decimal): -16346966 or 11177990. OLE color: 11177990.

HSL color Cylindrical-coordinate representation of color #0690AA: hue angle of 189.51º 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 #0690AA is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 144 170 -
CMYK 0.96 0.15 0 0.33
HSL 189.51º 0.93% 0.35% -
HSV(B) 189.51º 0.96% 0.67% -
XYZ 17.3 22.89 41.54 -
YUV 105.7 164.28 56.89 -
System Red Green Blue C M Y K H S L
Decimal 6 144 170 0.96 0.15 0 0.33 189.51 0.93 0.35
Hex 6 90 AA 60 F 0 21 BE 5D 23
Octal 6 220 252 140 17 0 41 276 135 43
Binary 110 10010000 10101010 1100000 1111 0 100001 10111110 1011101 100011

Color Harmonies of #0690AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0690AA

Black with #0690AA

Text Example


Text Example

White with #0690AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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