#68A6AA

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

Shades of Fountain Blue #68A6AA

Tints of Fountain Blue #68A6AA

Color information

#68A6AA (or 0x68A6AA) is unknown color: approx Fountain Blue. HEX triplet: 68, A6 and AA. RGB value is (104,166,170). Sum of RGB (Red+Green+Blue) = 104+166+170=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #68A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A6AA is #975955. Grayscale: #939393. Windows color (decimal): -9918806 or 11183720. OLE color: 11183720.

HSL color Cylindrical-coordinate representation of color #68A6AA: hue angle of 183.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68A6AA is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104166170-
CMYK0.390.0200.33
HSL183.64º27.97%53.73%-
HSV(B)183.64º38.82%66.67%-
XYZ26.633.1243.02-
YUV147.92140.4696.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.64%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=23.64%
G=37.73%
B=38.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041661700.390.0200.33183.6427.9753.73
Hex68A6AA272021b81c36
Octal1502462524720412703466
Binary110100010100110101010101001111001000011011100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,166,170); }

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

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

 a { background-color: rgb(104,166,170); }

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

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

 span { border-color: rgb(104,166,170); }

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