Html Css Color HEX #679FAC Fountain Blue

📋 copy color: '#679FAC'

red 103 ◦ green 159 ◦ blue 172

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

Shades of Fountain Blue #679FAC

Tints of Fountain Blue #679FAC

RGB

 RED value IS 103 (40.63% from 255) = 23.73%

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

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

R = 23.73%
G = 36.64%
B = 39.63%

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

#679FAC (or 0x679FAC) is known color: Fountain Blue. HEX triplet: 67, 9F and AC. RGB value is (103,159,172). Sum of RGB (Red+Green+Blue) = 103+159+172=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #679FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679FAC is #986053. Grayscale: #8F8F8F. Windows color (decimal): -9986132 or 11312999. OLE color: 11312999.

HSL color Cylindrical-coordinate representation of color #679FAC: hue angle of 191.3º 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 #679FAC is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 159 172 -
CMYK 0.40 0.08 0 0.33
HSL 191.3º 0.29% 0.54% -
HSV(B) 191.3º 0.4% 0.67% -
XYZ 25.44 30.66 43.61 -
YUV 143.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 103 159 172 0.40 0.08 0 0.33 191.3 0.29 0.54
Hex 67 9F AC 28 8 0 21 BF 1D 36
Octal 147 237 254 50 10 0 41 277 35 66
Binary 1100111 10011111 10101100 101000 1000 0 100001 10111111 11101 110110

Color Harmonies of #679FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679FAC

Black with #679FAC

Text Example


Text Example

White with #679FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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