#6CBABB

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

Shades of Fountain Blue #6CBABB

Tints of Fountain Blue #6CBABB

Color information

#6CBABB (or 0x6CBABB) is unknown color: approx Fountain Blue. HEX triplet: 6C, BA and BB. RGB value is (108,186,187). Sum of RGB (Red+Green+Blue) = 108+186+187=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #6CBABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBABB is #934544. Grayscale: #A2A2A2. Windows color (decimal): -9651525 or 12302956. OLE color: 12302956.

HSL color Cylindrical-coordinate representation of color #6CBABB: hue angle of 180.76º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CBABB is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB108186187-
CMYK0.420.0100.27
HSL180.76º36.74%57.84%-
HSV(B)180.76º42.25%73.33%-
XYZ32.7141.8953.38-
YUV162.79141.6688.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.45%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=22.45%
G=38.67%
B=38.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081861870.420.0100.27180.7636.7457.84
Hex6CBABB2A101Bb5253a
Octal1542722735210332654572
Binary11011001011101010111011101010101101110110101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,186,187); }

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

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

 a { background-color: rgb(108,186,187); }

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

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

 span { border-color: rgb(108,186,187); }

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