#6EB7B4

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

Shades of Fountain Blue #6EB7B4

Tints of Fountain Blue #6EB7B4

Color information

#6EB7B4 (or 0x6EB7B4) is unknown color: approx Fountain Blue. HEX triplet: 6E, B7 and B4. RGB value is (110,183,180). Sum of RGB (Red+Green+Blue) = 110+183+180=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #6EB7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB7B4 is #91484B. Grayscale: #A0A0A0. Windows color (decimal): -9521228 or 11843438. OLE color: 11843438.

HSL color Cylindrical-coordinate representation of color #6EB7B4: hue angle of 177.53º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EB7B4 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB110183180-
CMYK0.4000.020.28
HSL177.53º33.64%57.45%-
HSV(B)177.53º39.89%71.76%-
XYZ31.640.4849.33-
YUV160.83138.8291.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.26%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=23.26%
G=38.69%
B=38.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1101831800.4000.020.28177.5333.6457.45
Hex6EB7B428021Cb22239
Octal1562672645002342624271
Binary110111010110111101101001010000101110010110010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,183,180); }

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

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

 a { background-color: rgb(110,183,180); }

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

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

 span { border-color: rgb(110,183,180); }

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