#6DBDBE

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

Shades of Fountain Blue #6DBDBE

Tints of Fountain Blue #6DBDBE

Color information

#6DBDBE (or 0x6DBDBE) is unknown color: approx Fountain Blue. HEX triplet: 6D, BD and BE. RGB value is (109,189,190). Sum of RGB (Red+Green+Blue) = 109+189+190=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #6DBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDBE is #924241. Grayscale: #A5A5A5. Windows color (decimal): -9585218 or 12500333. OLE color: 12500333.

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

Color convert

RGB109189190-
CMYK0.430.0100.25
HSL180.74º38.39%58.63%-
HSV(B)180.74º42.63%74.51%-
XYZ33.843.3655.3-
YUV165.1914287.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.34%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=22.34%
G=38.73%
B=38.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091891900.430.0100.25180.7438.3958.63
Hex6DBDBE2B1019b5263b
Octal1552752765310312654673
Binary11011011011110110111110101011101100110110101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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