#6BA5AD

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

Shades of Fountain Blue #6BA5AD

Tints of Fountain Blue #6BA5AD

Color information

#6BA5AD (or 0x6BA5AD) is unknown color: approx Fountain Blue. HEX triplet: 6B, A5 and AD. RGB value is (107,165,173). Sum of RGB (Red+Green+Blue) = 107+165+173=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #6BA5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA5AD is #945A52. Grayscale: #949494. Windows color (decimal): -9722451 or 11380075. OLE color: 11380075.

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

Color convert

RGB107165173-
CMYK0.380.0500.32
HSL187.27º28.7%54.9%-
HSV(B)187.27º38.15%67.84%-
XYZ27.0633.0544.49-
YUV148.57141.7898.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.04%
GREEN value IS 165 (64.84% from 255) = 37.08%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=24.04%
G=37.08%
B=38.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071651730.380.0500.32187.2728.754.9
Hex6BA5AD265020bb1d37
Octal1532452554650402733567
Binary1101011101001011010110110011010101000001011101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,165,173); }

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

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

 a { background-color: rgb(107,165,173); }

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

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

 span { border-color: rgb(107,165,173); }

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