#6BBDBE

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

Shades of Fountain Blue #6BBDBE

Tints of Fountain Blue #6BBDBE

Color information

#6BBDBE (or 0x6BBDBE) is unknown color: approx Fountain Blue. HEX triplet: 6B, BD and BE. RGB value is (107,189,190). Sum of RGB (Red+Green+Blue) = 107+189+190=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #6BBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDBE is #944241. Grayscale: #A4A4A4. Windows color (decimal): -9716290 or 12500331. OLE color: 12500331.

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

Color convert

RGB107189190-
CMYK0.440.0100.25
HSL180.72º38.97%58.24%-
HSV(B)180.72º43.68%74.51%-
XYZ33.5643.2455.29-
YUV164.6142.3386.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.02%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=22.02%
G=38.89%
B=39.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071891900.440.0100.25180.7238.9758.24
Hex6BBDBE2C1019b5273a
Octal1532752765410312654772
Binary11010111011110110111110101100101100110110101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,189,190); }

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

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

 a { background-color: rgb(107,189,190); }

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

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

 span { border-color: rgb(107,189,190); }

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