#6BAAAA

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

Shades of Fountain Blue #6BAAAA

Tints of Fountain Blue #6BAAAA

Color information

#6BAAAA (or 0x6BAAAA) is unknown color: approx Fountain Blue. HEX triplet: 6B, AA and AA. RGB value is (107,170,170). Sum of RGB (Red+Green+Blue) = 107+170+170=447 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.94% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #6BAAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAAAA is #945555. Grayscale: #979797. Windows color (decimal): -9721174 or 11184747. OLE color: 11184747.

HSL color Cylindrical-coordinate representation of color #6BAAAA: hue angle of 180º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAAAA is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB107170170-
CMYK0.37000.33
HSL180º27.04%54.31%-
HSV(B)180º37.06%66.67%-
XYZ27.6934.7843.28-
YUV151.16138.6396.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.94%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=23.94%
G=38.03%
B=38.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071701700.37000.3318027.0454.31
Hex6BAAAA250021b41b36
Octal1532522524500412643366
Binary11010111010101010101010100101001000011011010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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