#6DA9AF

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

Shades of Fountain Blue #6DA9AF

Tints of Fountain Blue #6DA9AF

Color information

#6DA9AF (or 0x6DA9AF) is unknown color: approx Fountain Blue. HEX triplet: 6D, A9 and AF. RGB value is (109,169,175). Sum of RGB (Red+Green+Blue) = 109+169+175=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #6DA9AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA9AF is #925650. Grayscale: #979797. Windows color (decimal): -9590353 or 11512173. OLE color: 11512173.

HSL color Cylindrical-coordinate representation of color #6DA9AF: hue angle of 185.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DA9AF is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB109169175-
CMYK0.380.0300.31
HSL185.45º29.2%55.69%-
HSV(B)185.45º37.71%68.63%-
XYZ28.2334.7245.77-
YUV151.74141.1297.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.06%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=24.06%
G=37.31%
B=38.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091691750.380.0300.31185.4529.255.69
Hex6DA9AF26301Fb91d38
Octal1552512574630372713570
Binary11011011010100110101111100110110111111011100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DA9AF; }

 p { color: rgb(109,169,175); }

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

<style>
 a { background-color: #6DA9AF; }

 a { background-color: rgb(109,169,175); }

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

<style>
 span { border-color: #6DA9AF; }

 span { border-color: rgb(109,169,175); }

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