#6DADAD

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

Shades of Fountain Blue #6DADAD

Tints of Fountain Blue #6DADAD

Color information

#6DADAD (or 0x6DADAD) is unknown color: approx Fountain Blue. HEX triplet: 6D, AD and AD. RGB value is (109,173,173). Sum of RGB (Red+Green+Blue) = 109+173+173=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #6DADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DADAD is #925252. Grayscale: #999999. Windows color (decimal): -9589331 or 11382125. OLE color: 11382125.

HSL color Cylindrical-coordinate representation of color #6DADAD: hue angle of 180º 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 #6DADAD is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB109173173-
CMYK0.37000.32
HSL180º28.07%55.29%-
HSV(B)180º36.99%67.84%-
XYZ28.7936.1645-
YUV153.86138.896-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.96%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=23.96%
G=38.02%
B=38.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091731730.37000.3218028.0755.29
Hex6DADAD250020b41c37
Octal1552552554500402643467
Binary11011011010110110101101100101001000001011010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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