#6BB5BB

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

Shades of Fountain Blue #6BB5BB

Tints of Fountain Blue #6BB5BB

Color information

#6BB5BB (or 0x6BB5BB) is unknown color: approx Fountain Blue. HEX triplet: 6B, B5 and BB. RGB value is (107,181,187). Sum of RGB (Red+Green+Blue) = 107+181+187=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #6BB5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB5BB is #944A44. Grayscale: #9F9F9F. Windows color (decimal): -9718341 or 12301675. OLE color: 12301675.

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

Color convert

RGB107181187-
CMYK0.430.0300.27
HSL184.5º37.04%57.65%-
HSV(B)184.5º42.78%73.33%-
XYZ31.5639.7653.03-
YUV159.56143.4890.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.53%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=22.53%
G=38.11%
B=39.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071811870.430.0300.27184.537.0457.65
Hex6BB5BB2B301Bb8253a
Octal1532652735330332704572
Binary110101110110101101110111010111101101110111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,181,187); }

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

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

 a { background-color: rgb(107,181,187); }

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

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

 span { border-color: rgb(107,181,187); }

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