#6BAAAB

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

Shades of Fountain Blue #6BAAAB

Tints of Fountain Blue #6BAAAB

Color information

#6BAAAB (or 0x6BAAAB) is unknown color: approx Fountain Blue. HEX triplet: 6B, AA and AB. RGB value is (107,170,171). Sum of RGB (Red+Green+Blue) = 107+170+171=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #6BAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAAAB is #945554. Grayscale: #979797. Windows color (decimal): -9721173 or 11250283. OLE color: 11250283.

HSL color Cylindrical-coordinate representation of color #6BAAAB: hue angle of 180.94º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAAAB is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB107170171-
CMYK0.370.0100.33
HSL180.94º27.59%54.51%-
HSV(B)180.94º37.43%67.06%-
XYZ27.7934.8243.78-
YUV151.28139.1396.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.88%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=23.88%
G=37.95%
B=38.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071701710.370.0100.33180.9427.5954.51
Hex6BAAAB251021b51c37
Octal1532522534510412653467
Binary11010111010101010101011100101101000011011010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,170,171); }

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

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

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

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

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

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

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