#6BBEBB

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

Shades of Fountain Blue #6BBEBB

Tints of Fountain Blue #6BBEBB

Color information

#6BBEBB (or 0x6BBEBB) is unknown color: approx Fountain Blue. HEX triplet: 6B, BE and BB. RGB value is (107,190,187). Sum of RGB (Red+Green+Blue) = 107+190+187=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBEBB is #944144. Grayscale: #A4A4A4. Windows color (decimal): -9716037 or 12303979. OLE color: 12303979.

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

Color convert

RGB107190187-
CMYK0.4400.020.25
HSL177.83º38.97%58.24%-
HSV(B)177.83º43.68%74.51%-
XYZ33.4543.5453.66-
YUV164.84140.586.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.11%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=22.11%
G=39.26%
B=38.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071901870.4400.020.25177.8338.9758.24
Hex6BBEBB2C0219b2273a
Octal1532762735402312624772
Binary110101110111110101110111011000101100110110010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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