Html Css Color HEX #0690AF Bondi Blue

📋 copy color: '#0690AF'

red 6 ◦ green 144 ◦ blue 175

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

Shades of Bondi Blue #0690AF

Tints of Bondi Blue #0690AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.85%

R = 1.85%
G = 44.31%
B = 53.85%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0690AF (or 0x0690AF) is known color: Bondi Blue. HEX triplet: 06, 90 and AF. RGB value is (6,144,175). Sum of RGB (Red+Green+Blue) = 6+144+175=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #0690AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0690AF is #F96F50. Grayscale: #6A6A6A. Windows color (decimal): -16346961 or 11505670. OLE color: 11505670.

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

Color convert

RGB 6 144 175 -
CMYK 0.97 0.18 0 0.31
HSL 191.01º 0.93% 0.35% -
HSV(B) 191.01º 0.97% 0.69% -
XYZ 17.79 23.08 44.07 -
YUV 106.27 166.78 56.48 -
System Red Green Blue C M Y K H S L
Decimal 6 144 175 0.97 0.18 0 0.31 191.01 0.93 0.35
Hex 6 90 AF 61 12 0 1F BF 5D 23
Octal 6 220 257 141 22 0 37 277 135 43
Binary 110 10010000 10101111 1100001 10010 0 11111 10111111 1011101 100011

Color Harmonies of #0690AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0690AF

Black with #0690AF

Text Example


Text Example

White with #0690AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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