#6CB5B2

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

Shades of Fountain Blue #6CB5B2

Tints of Fountain Blue #6CB5B2

Color information

#6CB5B2 (or 0x6CB5B2) is unknown color: approx Fountain Blue. HEX triplet: 6C, B5 and B2. RGB value is (108,181,178). Sum of RGB (Red+Green+Blue) = 108+181+178=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB5B2 is #934A4D. Grayscale: #9E9E9E. Windows color (decimal): -9652814 or 11711852. OLE color: 11711852.

HSL color Cylindrical-coordinate representation of color #6CB5B2: hue angle of 177.53º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB5B2 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB108181178-
CMYK0.4000.020.29
HSL177.53º33.03%56.67%-
HSV(B)177.53º40.33%70.98%-
XYZ30.7439.4548.11-
YUV158.83138.8291.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.13%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 178 (69.92% from 255) = 38.12%
R=23.13%
G=38.76%
B=38.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081811780.4000.020.29177.5333.0356.67
Hex6CB5B228021Db22139
Octal1542652625002352624171
Binary110110010110101101100101010000101110110110010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,181,178); }

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

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

 a { background-color: rgb(108,181,178); }

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

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

 span { border-color: rgb(108,181,178); }

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