#6BA9B1

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

Shades of Fountain Blue #6BA9B1

Tints of Fountain Blue #6BA9B1

Color information

#6BA9B1 (or 0x6BA9B1) is unknown color: approx Fountain Blue. HEX triplet: 6B, A9 and B1. RGB value is (107,169,177). Sum of RGB (Red+Green+Blue) = 107+169+177=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 177 - color contains mainly: blue. Hex color #6BA9B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA9B1 is #94564E. Grayscale: #979797. Windows color (decimal): -9721423 or 11643243. OLE color: 11643243.

HSL color Cylindrical-coordinate representation of color #6BA9B1: hue angle of 186.86º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BA9B1 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB107169177-
CMYK0.400.0500.31
HSL186.86º30.97%55.69%-
HSV(B)186.86º39.55%69.41%-
XYZ28.1934.6846.8-
YUV151.37142.4696.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.62%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 177 (69.53% from 255) = 39.07%
R=23.62%
G=37.31%
B=39.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071691770.400.0500.31186.8630.9755.69
Hex6BA9B128501Fbb1f38
Octal1532512615050372733770
Binary110101110101001101100011010001010111111011101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,169,177); }

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

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

 a { background-color: rgb(107,169,177); }

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

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

 span { border-color: rgb(107,169,177); }

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