#6CACB5

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

Shades of Fountain Blue #6CACB5

Tints of Fountain Blue #6CACB5

Color information

#6CACB5 (or 0x6CACB5) is unknown color: approx Fountain Blue. HEX triplet: 6C, AC and B5. RGB value is (108,172,181). Sum of RGB (Red+Green+Blue) = 108+172+181=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #6CACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACB5 is #93534A. Grayscale: #999999. Windows color (decimal): -9655115 or 11906156. OLE color: 11906156.

HSL color Cylindrical-coordinate representation of color #6CACB5: hue angle of 187.4º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CACB5 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB108172181-
CMYK0.400.0500.29
HSL187.4º33.03%56.67%-
HSV(B)187.4º40.33%70.98%-
XYZ29.2836.0349.13-
YUV153.89143.395.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.43%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=23.43%
G=37.31%
B=39.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081721810.400.0500.29187.433.0356.67
Hex6CACB528501Dbb2139
Octal1542542655050352734171
Binary1101100101011001011010110100010101110110111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,172,181); }

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

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

 a { background-color: rgb(108,172,181); }

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

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

 span { border-color: rgb(108,172,181); }

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