#6BBFBD

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

Shades of Fountain Blue #6BBFBD

Tints of Fountain Blue #6BBFBD

Color information

#6BBFBD (or 0x6BBFBD) is unknown color: approx Fountain Blue. HEX triplet: 6B, BF and BD. RGB value is (107,191,189). Sum of RGB (Red+Green+Blue) = 107+191+189=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #6BBFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFBD is #944042. Grayscale: #A5A5A5. Windows color (decimal): -9715779 or 12435307. OLE color: 12435307.

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

Color convert

RGB107191189-
CMYK0.4400.010.25
HSL178.57º39.62%58.43%-
HSV(B)178.57º43.98%74.9%-
XYZ33.8844.0654.86-
YUV165.66141.1786.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.97%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=21.97%
G=39.22%
B=38.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071911890.4400.010.25178.5739.6258.43
Hex6BBFBD2C0119b3283a
Octal1532772755401312635072
Binary11010111011111110111101101100011100110110011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,191,189); }

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

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

 a { background-color: rgb(107,191,189); }

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

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

 span { border-color: rgb(107,191,189); }

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