#6CB6BA

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

Shades of Fountain Blue #6CB6BA

Tints of Fountain Blue #6CB6BA

Color information

#6CB6BA (or 0x6CB6BA) is unknown color: approx Fountain Blue. HEX triplet: 6C, B6 and BA. RGB value is (108,182,186). Sum of RGB (Red+Green+Blue) = 108+182+186=476 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.69% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CB6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB6BA is #934945. Grayscale: #A0A0A0. Windows color (decimal): -9652550 or 12236396. OLE color: 12236396.

HSL color Cylindrical-coordinate representation of color #6CB6BA: hue angle of 183.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CB6BA is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB108182186-
CMYK0.420.0200.27
HSL183.08º36.11%57.65%-
HSV(B)183.08º41.94%72.94%-
XYZ31.7840.1952.54-
YUV160.33142.4890.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.69%
GREEN value IS 182 (71.48% from 255) = 38.24%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=22.69%
G=38.24%
B=39.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081821860.420.0200.27183.0836.1157.65
Hex6CB6BA2A201Bb7243a
Octal1542662725220332674472
Binary110110010110110101110101010101001101110110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,182,186); }

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

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

 a { background-color: rgb(108,182,186); }

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

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

 span { border-color: rgb(108,182,186); }

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