#6BBABC

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

Shades of Fountain Blue #6BBABC

Tints of Fountain Blue #6BBABC

Color information

#6BBABC (or 0x6BBABC) is unknown color: approx Fountain Blue. HEX triplet: 6B, BA and BC. RGB value is (107,186,188). Sum of RGB (Red+Green+Blue) = 107+186+188=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BBABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBABC is #944543. Grayscale: #A2A2A2. Windows color (decimal): -9717060 or 12368491. OLE color: 12368491.

HSL color Cylindrical-coordinate representation of color #6BBABC: hue angle of 181.48º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBABC is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB107186188-
CMYK0.430.0100.26
HSL181.48º37.67%57.84%-
HSV(B)181.48º43.09%73.73%-
XYZ32.741.8753.94-
YUV162.61142.3388.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.25%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=22.25%
G=38.67%
B=39.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071861880.430.0100.26181.4837.6757.84
Hex6BBABC2B101Ab5263a
Octal1532722745310322654672
Binary11010111011101010111100101011101101010110101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,186,188); }

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

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

 a { background-color: rgb(107,186,188); }

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

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

 span { border-color: rgb(107,186,188); }

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