#6CBBBC

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

Shades of Fountain Blue #6CBBBC

Tints of Fountain Blue #6CBBBC

Color information

#6CBBBC (or 0x6CBBBC) is unknown color: approx Fountain Blue. HEX triplet: 6C, BB and BC. RGB value is (108,187,188). Sum of RGB (Red+Green+Blue) = 108+187+188=483 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.36% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #6CBBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBBC is #934443. Grayscale: #A3A3A3. Windows color (decimal): -9651268 or 12368748. OLE color: 12368748.

HSL color Cylindrical-coordinate representation of color #6CBBBC: hue angle of 180.75º degrees, saturation: 0.37, 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 #6CBBBC is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB108187188-
CMYK0.430.0100.26
HSL180.75º37.38%58.04%-
HSV(B)180.75º42.55%73.73%-
XYZ33.0342.3654.01-
YUV163.49141.8388.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.36%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=22.36%
G=38.72%
B=38.92%

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
Decimal1081871880.430.0100.26180.7537.3858.04
Hex6CBBBC2B101Ab5253a
Octal1542732745310322654572
Binary11011001011101110111100101011101101010110101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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