#6CA6AE

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

Shades of Fountain Blue #6CA6AE

Tints of Fountain Blue #6CA6AE

Color information

#6CA6AE (or 0x6CA6AE) is unknown color: approx Fountain Blue. HEX triplet: 6C, A6 and AE. RGB value is (108,166,174). Sum of RGB (Red+Green+Blue) = 108+166+174=448 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.11% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #6CA6AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA6AE is #935951. Grayscale: #959595. Windows color (decimal): -9656658 or 11445868. OLE color: 11445868.

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

Color convert

RGB108166174-
CMYK0.380.0500.32
HSL187.27º28.95%55.29%-
HSV(B)187.27º37.93%68.24%-
XYZ27.4633.5245.07-
YUV149.57141.7898.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.11%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=24.11%
G=37.05%
B=38.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081661740.380.0500.32187.2728.9555.29
Hex6CA6AE265020bb1d37
Octal1542462564650402733567
Binary1101100101001101010111010011010101000001011101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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