#68A5B4

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

Shades of Fountain Blue #68A5B4

Tints of Fountain Blue #68A5B4

Color information

#68A5B4 (or 0x68A5B4) is unknown color: approx Fountain Blue. HEX triplet: 68, A5 and B4. RGB value is (104,165,180). Sum of RGB (Red+Green+Blue) = 104+165+180=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #68A5B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A5B4 is #975A4B. Grayscale: #949494. Windows color (decimal): -9919052 or 11838824. OLE color: 11838824.

HSL color Cylindrical-coordinate representation of color #68A5B4: hue angle of 191.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68A5B4 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB104165180-
CMYK0.420.0800.29
HSL191.84º33.63%55.69%-
HSV(B)191.84º42.22%70.59%-
XYZ27.433.1548.13-
YUV148.47145.7996.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.16%
GREEN value IS 165 (64.84% from 255) = 36.75%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=23.16%
G=36.75%
B=40.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041651800.420.0800.29191.8433.6355.69
Hex68A5B42A801Dc02238
Octal15024526452100353004270
Binary11010001010010110110100101010100001110111000000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,165,180); }

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

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

 a { background-color: rgb(104,165,180); }

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

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

 span { border-color: rgb(104,165,180); }

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