#68A2AF

Color #68A2AF Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #68A2AF

Tints of Fountain Blue #68A2AF

Color information

#68A2AF (or 0x68A2AF) is unknown color: approx Fountain Blue. HEX triplet: 68, A2 and AF. RGB value is (104,162,175). Sum of RGB (Red+Green+Blue) = 104+162+175=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #68A2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A2AF is #975D50. Grayscale: #929292. Windows color (decimal): -9919825 or 11510376. OLE color: 11510376.

HSL color Cylindrical-coordinate representation of color #68A2AF: hue angle of 190.99º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68A2AF is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104162175-
CMYK0.410.0700.31
HSL190.99º30.74%54.71%-
HSV(B)190.99º40.57%68.63%-
XYZ26.3731.8845.32-
YUV146.14144.2897.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.58%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=23.58%
G=36.73%
B=39.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041621750.410.0700.31190.9930.7454.71
Hex68A2AF29701Fbf1f37
Octal1502422575170372773767
Binary110100010100010101011111010011110111111011111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A2AF; }

 p { color: rgb(104,162,175); }

 H1.HeaderClassName
 {
   color: #68A2AF;
 }
 .AnyTagClassName
 {
   color: #68A2AF;
 }
</style>
background-color css

<style>
 a { background-color: #68A2AF; }

 a { background-color: rgb(104,162,175); }

 div.DivClassName
 {
   background-color: #68A2AF;
 }
 .BgClassName
 {
   background-color: #68A2AF;
 }
</style>
border-color css

<style>
 span { border-color: #68A2AF; }

 span { border-color: rgb(104,162,175); }

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