#6BABAF

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

Shades of Fountain Blue #6BABAF

Tints of Fountain Blue #6BABAF

Color information

#6BABAF (or 0x6BABAF) is unknown color: approx Fountain Blue. HEX triplet: 6B, AB and AF. RGB value is (107,171,175). Sum of RGB (Red+Green+Blue) = 107+171+175=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #6BABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BABAF is #945450. Grayscale: #989898. Windows color (decimal): -9720913 or 11512683. OLE color: 11512683.

HSL color Cylindrical-coordinate representation of color #6BABAF: hue angle of 183.53º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BABAF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB107171175-
CMYK0.390.0200.31
HSL183.53º29.82%55.29%-
HSV(B)183.53º38.86%68.63%-
XYZ28.3635.3545.89-
YUV152.32140.895.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.62%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=23.62%
G=37.75%
B=38.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071711750.390.0200.31183.5329.8255.29
Hex6BABAF27201Fb81e37
Octal1532532574720372703667
Binary11010111010101110101111100111100111111011100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,171,175); }

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

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

 a { background-color: rgb(107,171,175); }

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

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

 span { border-color: rgb(107,171,175); }

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