#6DBEBE

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

Shades of Fountain Blue #6DBEBE

Tints of Fountain Blue #6DBEBE

Color information

#6DBEBE (or 0x6DBEBE) is unknown color: approx Fountain Blue. HEX triplet: 6D, BE and BE. RGB value is (109,190,190). Sum of RGB (Red+Green+Blue) = 109+190+190=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #6DBEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBEBE is #924141. Grayscale: #A5A5A5. Windows color (decimal): -9584962 or 12500589. OLE color: 12500589.

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

Color convert

RGB109190190-
CMYK0.43000.25
HSL180º38.39%58.63%-
HSV(B)180º42.63%74.51%-
XYZ34.0143.855.38-
YUV165.78141.6687.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.29%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=22.29%
G=38.85%
B=38.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091901900.43000.2518038.3958.63
Hex6DBEBE2B0019b4263b
Octal1552762765300312644673
Binary11011011011111010111110101011001100110110100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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