#6BBEBD

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

Shades of Fountain Blue #6BBEBD

Tints of Fountain Blue #6BBEBD

Color information

#6BBEBD (or 0x6BBEBD) is unknown color: approx Fountain Blue. HEX triplet: 6B, BE and BD. RGB value is (107,190,189). Sum of RGB (Red+Green+Blue) = 107+190+189=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBEBD is #944142. Grayscale: #A4A4A4. Windows color (decimal): -9716035 or 12435051. OLE color: 12435051.

HSL color Cylindrical-coordinate representation of color #6BBEBD: hue angle of 179.28º degrees, saturation: 0.39, 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 #6BBEBD is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB107190189-
CMYK0.4400.010.25
HSL179.28º38.97%58.24%-
HSV(B)179.28º43.68%74.51%-
XYZ33.6643.6354.79-
YUV165.07141.586.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.02%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=22.02%
G=39.09%
B=38.89%

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
Decimal1071901890.4400.010.25179.2838.9758.24
Hex6BBEBD2C0119b3273a
Octal1532762755401312634772
Binary11010111011111010111101101100011100110110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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