#6AA9B8

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

Shades of Fountain Blue #6AA9B8

Tints of Fountain Blue #6AA9B8

Color information

#6AA9B8 (or 0x6AA9B8) is unknown color: approx Fountain Blue. HEX triplet: 6A, A9 and B8. RGB value is (106,169,184). Sum of RGB (Red+Green+Blue) = 106+169+184=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 184 - color contains mainly: blue. Hex color #6AA9B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA9B8 is #955647. Grayscale: #979797. Windows color (decimal): -9786952 or 12101994. OLE color: 12101994.

HSL color Cylindrical-coordinate representation of color #6AA9B8: hue angle of 191.54º 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 #6AA9B8 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB106169184-
CMYK0.420.0800.28
HSL191.54º35.45%56.86%-
HSV(B)191.54º42.39%72.16%-
XYZ28.7834.950.57-
YUV151.87146.1395.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.09%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 184 (72.27% from 255) = 40.09%
R=23.09%
G=36.82%
B=40.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1061691840.420.0800.28191.5435.4556.86
Hex6AA9B82A801Cc02339
Octal15225127052100343004371
Binary11010101010100110111000101010100001110011000000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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