#6BAAAF

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

Shades of Fountain Blue #6BAAAF

Tints of Fountain Blue #6BAAAF

Color information

#6BAAAF (or 0x6BAAAF) is unknown color: approx Fountain Blue. HEX triplet: 6B, AA and AF. RGB value is (107,170,175). Sum of RGB (Red+Green+Blue) = 107+170+175=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #6BAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAAAF is #945550. Grayscale: #979797. Windows color (decimal): -9721169 or 11512427. OLE color: 11512427.

HSL color Cylindrical-coordinate representation of color #6BAAAF: hue angle of 184.41º 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 #6BAAAF is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB107170175-
CMYK0.390.0300.31
HSL184.41º29.82%55.29%-
HSV(B)184.41º38.86%68.63%-
XYZ28.1834.9745.82-
YUV151.73141.1396.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.67%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 175 (68.75% from 255) = 38.72%
R=23.67%
G=37.61%
B=38.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071701750.390.0300.31184.4129.8255.29
Hex6BAAAF27301Fb81e37
Octal1532522574730372703667
Binary11010111010101010101111100111110111111011100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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