#6BA6AE

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

Shades of Fountain Blue #6BA6AE

Tints of Fountain Blue #6BA6AE

Color information

#6BA6AE (or 0x6BA6AE) is unknown color: approx Fountain Blue. HEX triplet: 6B, A6 and AE. RGB value is (107,166,174). Sum of RGB (Red+Green+Blue) = 107+166+174=447 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.94% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #6BA6AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA6AE is #945951. Grayscale: #959595. Windows color (decimal): -9722194 or 11445867. OLE color: 11445867.

HSL color Cylindrical-coordinate representation of color #6BA6AE: hue angle of 187.16º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BA6AE is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB107166174-
CMYK0.390.0500.32
HSL187.16º29.26%55.1%-
HSV(B)187.16º38.51%68.24%-
XYZ27.3433.4545.06-
YUV149.27141.9597.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.94%
GREEN value IS 166 (65.23% from 255) = 37.14%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=23.94%
G=37.14%
B=38.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071661740.390.0500.32187.1629.2655.1
Hex6BA6AE275020bb1d37
Octal1532462564750402733567
Binary1101011101001101010111010011110101000001011101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,166,174); }

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

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

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

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

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

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

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