Html Css Color HEX #0690B1 Bondi Blue

📋 copy color: '#0690B1'

red 6 ◦ green 144 ◦ blue 177

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

Shades of Bondi Blue #0690B1

Tints of Bondi Blue #0690B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 54.13%

R = 1.83%
G = 44.04%
B = 54.13%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0690B1 (or 0x0690B1) is known color: Bondi Blue. HEX triplet: 06, 90 and B1. RGB value is (6,144,177). Sum of RGB (Red+Green+Blue) = 6+144+177=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #0690B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0690B1 is #F96F4E. Grayscale: #6A6A6A. Windows color (decimal): -16346959 or 11636742. OLE color: 11636742.

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

Color convert

RGB 6 144 177 -
CMYK 0.97 0.19 0 0.31
HSL 191.58º 0.93% 0.36% -
HSV(B) 191.58º 0.97% 0.69% -
XYZ 17.98 23.16 45.12 -
YUV 106.5 167.78 56.32 -
System Red Green Blue C M Y K H S L
Decimal 6 144 177 0.97 0.19 0 0.31 191.58 0.93 0.36
Hex 6 90 B1 61 13 0 1F C0 5D 24
Octal 6 220 261 141 23 0 37 300 135 44
Binary 110 10010000 10110001 1100001 10011 0 11111 11000000 1011101 100100

Color Harmonies of #0690B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0690B1

Black with #0690B1

Text Example


Text Example

White with #0690B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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