#6BBDBD

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

Shades of Fountain Blue #6BBDBD

Tints of Fountain Blue #6BBDBD

Color information

#6BBDBD (or 0x6BBDBD) is unknown color: approx Fountain Blue. HEX triplet: 6B, BD and BD. RGB value is (107,189,189). Sum of RGB (Red+Green+Blue) = 107+189+189=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #6BBDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDBD is #944242. Grayscale: #A4A4A4. Windows color (decimal): -9716291 or 12434795. OLE color: 12434795.

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

Color convert

RGB107189189-
CMYK0.43000.26
HSL180º38.32%58.04%-
HSV(B)180º43.39%74.12%-
XYZ33.4543.254.72-
YUV164.48141.8387-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.06%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=22.06%
G=38.97%
B=38.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071891890.43000.2618038.3258.04
Hex6BBDBD2B001Ab4263a
Octal1532752755300322644672
Binary11010111011110110111101101011001101010110100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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