#6DBEBB

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

Shades of Fountain Blue #6DBEBB

Tints of Fountain Blue #6DBEBB

Color information

#6DBEBB (or 0x6DBEBB) is unknown color: approx Fountain Blue. HEX triplet: 6D, BE and BB. RGB value is (109,190,187). Sum of RGB (Red+Green+Blue) = 109+190+187=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBEBB is #924144. Grayscale: #A5A5A5. Windows color (decimal): -9584965 or 12303981. OLE color: 12303981.

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

Color convert

RGB109190187-
CMYK0.4300.020.25
HSL177.78º38.39%58.63%-
HSV(B)177.78º42.63%74.51%-
XYZ33.6943.6753.67-
YUV165.44140.1687.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.43%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=22.43%
G=39.09%
B=38.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091901870.4300.020.25177.7838.3958.63
Hex6DBEBB2B0219b2263b
Octal1552762735302312624673
Binary110110110111110101110111010110101100110110010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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