#6BACAF

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

Shades of Fountain Blue #6BACAF

Tints of Fountain Blue #6BACAF

Color information

#6BACAF (or 0x6BACAF) is unknown color: approx Fountain Blue. HEX triplet: 6B, AC and AF. RGB value is (107,172,175). Sum of RGB (Red+Green+Blue) = 107+172+175=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #6BACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BACAF is #945350. Grayscale: #989898. Windows color (decimal): -9720657 or 11512939. OLE color: 11512939.

HSL color Cylindrical-coordinate representation of color #6BACAF: hue angle of 182.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BACAF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB107172175-
CMYK0.390.0200.31
HSL182.65º29.82%55.29%-
HSV(B)182.65º38.86%68.63%-
XYZ28.5535.7345.95-
YUV152.91140.4795.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.57%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=23.57%
G=37.89%
B=38.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071721750.390.0200.31182.6529.8255.29
Hex6BACAF27201Fb71e37
Octal1532542574720372673667
Binary11010111010110010101111100111100111111011011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,172,175); }

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

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

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

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

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

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

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