#6CBFBE

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

Shades of Fountain Blue #6CBFBE

Tints of Fountain Blue #6CBFBE

Color information

#6CBFBE (or 0x6CBFBE) is unknown color: approx Fountain Blue. HEX triplet: 6C, BF and BE. RGB value is (108,191,190). Sum of RGB (Red+Green+Blue) = 108+191+190=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFBE is #934041. Grayscale: #A5A5A5. Windows color (decimal): -9650242 or 12500844. OLE color: 12500844.

HSL color Cylindrical-coordinate representation of color #6CBFBE: hue angle of 179.28º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBFBE is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB108191190-
CMYK0.4300.010.25
HSL179.28º39.34%58.63%-
HSV(B)179.28º43.46%74.9%-
XYZ34.1144.1755.44-
YUV166.07141.586.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.09%
GREEN value IS 191 (75% from 255) = 39.06%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=22.09%
G=39.06%
B=38.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081911900.4300.010.25179.2839.3458.63
Hex6CBFBE2B0119b3273b
Octal1542772765301312634773
Binary11011001011111110111110101011011100110110011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,191,190); }

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

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

 a { background-color: rgb(108,191,190); }

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

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

 span { border-color: rgb(108,191,190); }

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