#6DACAD

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

Shades of Fountain Blue #6DACAD

Tints of Fountain Blue #6DACAD

Color information

#6DACAD (or 0x6DACAD) is unknown color: approx Fountain Blue. HEX triplet: 6D, AC and AD. RGB value is (109,172,173). Sum of RGB (Red+Green+Blue) = 109+172+173=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #6DACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DACAD is #925352. Grayscale: #999999. Windows color (decimal): -9589587 or 11381869. OLE color: 11381869.

HSL color Cylindrical-coordinate representation of color #6DACAD: hue angle of 180.94º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DACAD is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB109172173-
CMYK0.370.0100.32
HSL180.94º28.07%55.29%-
HSV(B)180.94º36.99%67.84%-
XYZ28.635.7744.93-
YUV153.28139.1396.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.01%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=24.01%
G=37.89%
B=38.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091721730.370.0100.32180.9428.0755.29
Hex6DACAD251020b51c37
Octal1552542554510402653467
Binary11011011010110010101101100101101000001011010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,172,173); }

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

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

 a { background-color: rgb(109,172,173); }

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

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

 span { border-color: rgb(109,172,173); }

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