#6BBEBE

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

Shades of Fountain Blue #6BBEBE

Tints of Fountain Blue #6BBEBE

Color information

#6BBEBE (or 0x6BBEBE) is unknown color: approx Fountain Blue. HEX triplet: 6B, BE and BE. RGB value is (107,190,190). Sum of RGB (Red+Green+Blue) = 107+190+190=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #6BBEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBEBE is #944141. Grayscale: #A5A5A5. Windows color (decimal): -9716034 or 12500587. OLE color: 12500587.

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

Color convert

RGB107190190-
CMYK0.44000.25
HSL180º38.97%58.24%-
HSV(B)180º43.68%74.51%-
XYZ33.7743.6755.36-
YUV165.1814286.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.97%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=21.97%
G=39.01%
B=39.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071901900.44000.2518038.9758.24
Hex6BBEBE2C0019b4273a
Octal1532762765400312644772
Binary11010111011111010111110101100001100110110100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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