#68B6BE

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

Shades of Fountain Blue #68B6BE

Tints of Fountain Blue #68B6BE

Color information

#68B6BE (or 0x68B6BE) is unknown color: approx Fountain Blue. HEX triplet: 68, B6 and BE. RGB value is (104,182,190). Sum of RGB (Red+Green+Blue) = 104+182+190=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #68B6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B6BE is #974941. Grayscale: #9F9F9F. Windows color (decimal): -9914690 or 12498536. OLE color: 12498536.

HSL color Cylindrical-coordinate representation of color #68B6BE: hue angle of 185.58º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68B6BE is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104182190-
CMYK0.450.0400.25
HSL185.58º39.81%57.65%-
HSV(B)185.58º45.26%74.51%-
XYZ31.7340.1254.79-
YUV159.59145.1688.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.85%
GREEN value IS 182 (71.48% from 255) = 38.24%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=21.85%
G=38.24%
B=39.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041821900.450.0400.25185.5839.8157.65
Hex68B6BE2D4019ba283a
Octal1502662765540312725072
Binary1101000101101101011111010110110001100110111010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68B6BE; }

 p { color: rgb(104,182,190); }

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

<style>
 a { background-color: #68B6BE; }

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

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

<style>
 span { border-color: #68B6BE; }

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

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