#6CBDBF

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

Shades of Fountain Blue #6CBDBF

Tints of Fountain Blue #6CBDBF

Color information

#6CBDBF (or 0x6CBDBF) is unknown color: approx Fountain Blue. HEX triplet: 6C, BD and BF. RGB value is (108,189,191). Sum of RGB (Red+Green+Blue) = 108+189+191=488 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.13% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #6CBDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBDBF is #934240. Grayscale: #A4A4A4. Windows color (decimal): -9650753 or 12565868. OLE color: 12565868.

HSL color Cylindrical-coordinate representation of color #6CBDBF: hue angle of 181.45º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBDBF is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108189191-
CMYK0.430.0100.25
HSL181.45º39.34%58.63%-
HSV(B)181.45º43.46%74.9%-
XYZ33.7943.3455.88-
YUV165.01142.6687.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.13%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 191 (75% from 255) = 39.14%
R=22.13%
G=38.73%
B=39.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081891910.430.0100.25181.4539.3458.63
Hex6CBDBF2B1019b5273b
Octal1542752775310312654773
Binary11011001011110110111111101011101100110110101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,189,191); }

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

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

 a { background-color: rgb(108,189,191); }

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

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

 span { border-color: rgb(108,189,191); }

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