#68A6AB

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

Shades of Fountain Blue #68A6AB

Tints of Fountain Blue #68A6AB

Color information

#68A6AB (or 0x68A6AB) is unknown color: approx Fountain Blue. HEX triplet: 68, A6 and AB. RGB value is (104,166,171). Sum of RGB (Red+Green+Blue) = 104+166+171=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #68A6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A6AB is #975954. Grayscale: #939393. Windows color (decimal): -9918805 or 11249256. OLE color: 11249256.

HSL color Cylindrical-coordinate representation of color #68A6AB: hue angle of 184.48º degrees, saturation: 0.29, 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 #68A6AB is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104166171-
CMYK0.390.0300.33
HSL184.48º28.51%53.92%-
HSV(B)184.48º39.18%67.06%-
XYZ26.733.1643.52-
YUV148.03140.9696.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.58%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=23.58%
G=37.64%
B=38.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041661710.390.0300.33184.4828.5153.92
Hex68A6AB273021b81d36
Octal1502462534730412703566
Binary110100010100110101010111001111101000011011100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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