#6BA2AE

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

Shades of Fountain Blue #6BA2AE

Tints of Fountain Blue #6BA2AE

Color information

#6BA2AE (or 0x6BA2AE) is unknown color: approx Fountain Blue. HEX triplet: 6B, A2 and AE. RGB value is (107,162,174). Sum of RGB (Red+Green+Blue) = 107+162+174=443 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.15% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #6BA2AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA2AE is #945D51. Grayscale: #929292. Windows color (decimal): -9723218 or 11444843. OLE color: 11444843.

HSL color Cylindrical-coordinate representation of color #6BA2AE: hue angle of 190.75º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BA2AE is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB107162174-
CMYK0.390.0700.32
HSL190.75º29.26%55.1%-
HSV(B)190.75º38.51%68.24%-
XYZ26.6232.0244.82-
YUV146.92143.2899.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.15%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=24.15%
G=36.57%
B=39.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071621740.390.0700.32190.7529.2655.1
Hex6BA2AE277020bf1d37
Octal1532422564770402773567
Binary1101011101000101010111010011111101000001011111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,162,174); }

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

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

 a { background-color: rgb(107,162,174); }

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

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

 span { border-color: rgb(107,162,174); }

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