#6AB6B5

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

Shades of Fountain Blue #6AB6B5

Tints of Fountain Blue #6AB6B5

Color information

#6AB6B5 (or 0x6AB6B5) is unknown color: approx Fountain Blue. HEX triplet: 6A, B6 and B5. RGB value is (106,182,181). Sum of RGB (Red+Green+Blue) = 106+182+181=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB6B5 is #95494A. Grayscale: #9F9F9F. Windows color (decimal): -9783627 or 11908714. OLE color: 11908714.

HSL color Cylindrical-coordinate representation of color #6AB6B5: hue angle of 179.21º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AB6B5 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB106182181-
CMYK0.4200.010.29
HSL179.21º34.23%56.47%-
HSV(B)179.21º41.76%71.37%-
XYZ31.0139.8649.77-
YUV159.16140.3290.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.60%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 181 (71.09% from 255) = 38.59%
R=22.60%
G=38.81%
B=38.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1061821810.4200.010.29179.2134.2356.47
Hex6AB6B52A011Db32238
Octal1522662655201352634270
Binary11010101011011010110101101010011110110110011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,182,181); }

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

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

 a { background-color: rgb(106,182,181); }

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

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

 span { border-color: rgb(106,182,181); }

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