Html Css Color HEX #0690BC Bondi Blue

📋 copy color: '#0690BC'

red 6 ◦ green 144 ◦ blue 188

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

Shades of Bondi Blue #0690BC

Tints of Bondi Blue #0690BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.62%

R = 1.78%
G = 42.6%
B = 55.62%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0690BC (or 0x0690BC) is known color: Bondi Blue. HEX triplet: 06, 90 and BC. RGB value is (6,144,188). Sum of RGB (Red+Green+Blue) = 6+144+188=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #0690BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0690BC is #F96F43. Grayscale: #6B6B6B. Windows color (decimal): -16346948 or 12357638. OLE color: 12357638.

HSL color Cylindrical-coordinate representation of color #0690BC: hue angle of 194.51º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0690BC is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 144 188 -
CMYK 0.97 0.23 0 0.26
HSL 194.51º 0.94% 0.38% -
HSV(B) 194.51º 0.97% 0.74% -
XYZ 19.13 23.62 51.13 -
YUV 107.75 173.28 55.42 -
System Red Green Blue C M Y K H S L
Decimal 6 144 188 0.97 0.23 0 0.26 194.51 0.94 0.38
Hex 6 90 BC 61 17 0 1A C3 5E 26
Octal 6 220 274 141 27 0 32 303 136 46
Binary 110 10010000 10111100 1100001 10111 0 11010 11000011 1011110 100110

Color Harmonies of #0690BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0690BC

Black with #0690BC

Text Example


Text Example

White with #0690BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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