#6BA1AD

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

Shades of Fountain Blue #6BA1AD

Tints of Fountain Blue #6BA1AD

Color information

#6BA1AD (or 0x6BA1AD) is unknown color: approx Fountain Blue. HEX triplet: 6B, A1 and AD. RGB value is (107,161,173). Sum of RGB (Red+Green+Blue) = 107+161+173=441 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.26% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #6BA1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA1AD is #945E52. Grayscale: #929292. Windows color (decimal): -9723475 or 11379051. OLE color: 11379051.

HSL color Cylindrical-coordinate representation of color #6BA1AD: hue angle of 190.91º 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 #6BA1AD is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB107161173-
CMYK0.380.0700.32
HSL190.91º28.7%54.9%-
HSV(B)190.91º38.15%67.84%-
XYZ26.3531.6344.25-
YUV146.22143.11100.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.26%
GREEN value IS 161 (63.28% from 255) = 36.51%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=24.26%
G=36.51%
B=39.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071611730.380.0700.32190.9128.754.9
Hex6BA1AD267020bf1d37
Octal1532412554670402773567
Binary1101011101000011010110110011011101000001011111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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