#6CAAAE

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

Shades of Fountain Blue #6CAAAE

Tints of Fountain Blue #6CAAAE

Color information

#6CAAAE (or 0x6CAAAE) is unknown color: approx Fountain Blue. HEX triplet: 6C, AA and AE. RGB value is (108,170,174). Sum of RGB (Red+Green+Blue) = 108+170+174=452 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.89% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #6CAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAAAE is #935551. Grayscale: #979797. Windows color (decimal): -9655634 or 11446892. OLE color: 11446892.

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

Color convert

RGB108170174-
CMYK0.380.0200.32
HSL183.64º28.95%55.29%-
HSV(B)183.64º37.93%68.24%-
XYZ28.234.9945.31-
YUV151.92140.4696.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.89%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=23.89%
G=37.61%
B=38.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081701740.380.0200.32183.6428.9555.29
Hex6CAAAE262020b81d37
Octal1542522564620402703567
Binary110110010101010101011101001101001000001011100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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