#6BB6BC

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

Shades of Fountain Blue #6BB6BC

Tints of Fountain Blue #6BB6BC

Color information

#6BB6BC (or 0x6BB6BC) is unknown color: approx Fountain Blue. HEX triplet: 6B, B6 and BC. RGB value is (107,182,188). Sum of RGB (Red+Green+Blue) = 107+182+188=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BB6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB6BC is #944943. Grayscale: #A0A0A0. Windows color (decimal): -9718084 or 12367467. OLE color: 12367467.

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

Color convert

RGB107182188-
CMYK0.430.0300.26
HSL184.44º37.67%57.84%-
HSV(B)184.44º43.09%73.73%-
XYZ31.8740.2153.66-
YUV160.26143.6590.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.43%
GREEN value IS 182 (71.48% from 255) = 38.16%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=22.43%
G=38.16%
B=39.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071821880.430.0300.26184.4437.6757.84
Hex6BB6BC2B301Ab8263a
Octal1532662745330322704672
Binary110101110110110101111001010111101101010111000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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