#6aaebb

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

Shades of Fountain Blue #6AAEBB

Tints of Fountain Blue #6AAEBB

Color information

#6AAEBB (or 0x6AAEBB) is unknown color: approx Fountain Blue. HEX triplet: 6A, AE and BB. RGB value is (106,174,187). Sum of RGB (Red+Green+Blue) = 106+174+187=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #6AAEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAEBB is #955144. Grayscale: #9B9B9B. Windows color (decimal): -9785669 or 12299882. OLE color: 12299882.

HSL color Cylindrical-coordinate representation of color #6AAEBB: hue angle of 189.63º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AAEBB is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB106174187-
CMYK0.430.0700.27
HSL189.63º37.33%57.45%-
HSV(B)189.63º43.32%73.33%-
XYZ30.0536.9252.56-
YUV155.15145.9792.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.70%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=22.70%
G=37.26%
B=40.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061741870.430.0700.27189.6337.3357.45
Hex6AAEBB2B701Bbe2539
Octal1522562735370332764571
Binary1101010101011101011101110101111101101110111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6aaebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,174,187); }

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

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

 a { background-color: rgb(106,174,187); }

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

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

 span { border-color: rgb(106,174,187); }

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