#6AACB8

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

Shades of Fountain Blue #6AACB8

Tints of Fountain Blue #6AACB8

Color information

#6AACB8 (or 0x6AACB8) is unknown color: approx Fountain Blue. HEX triplet: 6A, AC and B8. RGB value is (106,172,184). Sum of RGB (Red+Green+Blue) = 106+172+184=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #6AACB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AACB8 is #955347. Grayscale: #999999. Windows color (decimal): -9786184 or 12102762. OLE color: 12102762.

HSL color Cylindrical-coordinate representation of color #6AACB8: hue angle of 189.23º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AACB8 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB106172184-
CMYK0.420.0700.28
HSL189.23º35.45%56.86%-
HSV(B)189.23º42.39%72.16%-
XYZ29.3536.0350.76-
YUV153.63145.1394.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.94%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 184 (72.27% from 255) = 39.83%
R=22.94%
G=37.23%
B=39.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1061721840.420.0700.28189.2335.4556.86
Hex6AACB82A701Cbd2339
Octal1522542705270342754371
Binary1101010101011001011100010101011101110010111101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,172,184); }

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

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

 a { background-color: rgb(106,172,184); }

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

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

 span { border-color: rgb(106,172,184); }

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