Html Css Color HEX #689FAC Fountain Blue

📋 copy color: '#689FAC'

red 104 ◦ green 159 ◦ blue 172

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

Shades of Fountain Blue #689FAC

Tints of Fountain Blue #689FAC

RGB

 RED value IS 104 (41.02% from 255) = 23.91%

 GREEN value IS 159 (62.5% from 255) = 36.55%

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

R = 23.91%
G = 36.55%
B = 39.54%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#689FAC (or 0x689FAC) is known color: Fountain Blue. HEX triplet: 68, 9F and AC. RGB value is (104,159,172). Sum of RGB (Red+Green+Blue) = 104+159+172=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #689FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689FAC is #976053. Grayscale: #8F8F8F. Windows color (decimal): -9920596 or 11313000. OLE color: 11313000.

HSL color Cylindrical-coordinate representation of color #689FAC: hue angle of 191.47º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #689FAC is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 159 172 -
CMYK 0.40 0.08 0 0.33
HSL 191.47º 0.29% 0.54% -
HSV(B) 191.47º 0.4% 0.67% -
XYZ 25.55 30.72 43.61 -
YUV 144.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 104 159 172 0.40 0.08 0 0.33 191.47 0.29 0.54
Hex 68 9F AC 28 8 0 21 BF 1D 36
Octal 150 237 254 50 10 0 41 277 35 66
Binary 1101000 10011111 10101100 101000 1000 0 100001 10111111 11101 110110

Color Harmonies of #689FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689FAC

Black with #689FAC

Text Example


Text Example

White with #689FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689FAC; }

 p { color: rgb(104,159,172); }

 H1.HeaderClassName
 {
   color: #689FAC;
 }
 .AnyTagClassName
 {
   color: #689FAC;
 }
</style>

background-color css

<style>
 a { background-color: #689FAC; }

 a { background-color: rgb(104,159,172); }

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

border-color css

<style>
 span { border-color: #689FAC; }

 span { border-color: rgb(104,159,172); }

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