#6BBDBF

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

Shades of Fountain Blue #6BBDBF

Tints of Fountain Blue #6BBDBF

Color information

#6BBDBF (or 0x6BBDBF) is unknown color: approx Fountain Blue. HEX triplet: 6B, BD and BF. RGB value is (107,189,191). Sum of RGB (Red+Green+Blue) = 107+189+191=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #6BBDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDBF is #944240. Grayscale: #A4A4A4. Windows color (decimal): -9716289 or 12565867. OLE color: 12565867.

HSL color Cylindrical-coordinate representation of color #6BBDBF: hue angle of 181.43º degrees, saturation: 0.4, 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 #6BBDBF is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107189191-
CMYK0.440.0100.25
HSL181.43º39.62%58.43%-
HSV(B)181.43º43.98%74.9%-
XYZ33.6643.2855.87-
YUV164.71142.8386.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.97%
GREEN value IS 189 (74.22% from 255) = 38.81%
BLUE value IS 191 (75% from 255) = 39.22%
R=21.97%
G=38.81%
B=39.22%

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
Decimal1071891910.440.0100.25181.4339.6258.43
Hex6BBDBF2C1019b5283a
Octal1532752775410312655072
Binary11010111011110110111111101100101100110110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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