#6CADAE

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

Shades of Fountain Blue #6CADAE

Tints of Fountain Blue #6CADAE

Color information

#6CADAE (or 0x6CADAE) is unknown color: approx Fountain Blue. HEX triplet: 6C, AD and AE. RGB value is (108,173,174). Sum of RGB (Red+Green+Blue) = 108+173+174=455 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.74% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #6CADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CADAE is #935251. Grayscale: #999999. Windows color (decimal): -9654866 or 11447660. OLE color: 11447660.

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

Color convert

RGB108173174-
CMYK0.380.0100.32
HSL180.91º28.95%55.29%-
HSV(B)180.91º37.93%68.24%-
XYZ28.7736.1345.5-
YUV153.68139.4795.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.74%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=23.74%
G=38.02%
B=38.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081731740.380.0100.32180.9128.9555.29
Hex6CADAE261020b51d37
Octal1542552564610402653567
Binary11011001010110110101110100110101000001011010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,173,174); }

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

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

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

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

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

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

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