#6BB4B1

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

Shades of Fountain Blue #6BB4B1

Tints of Fountain Blue #6BB4B1

Color information

#6BB4B1 (or 0x6BB4B1) is unknown color: approx Fountain Blue. HEX triplet: 6B, B4 and B1. RGB value is (107,180,177). Sum of RGB (Red+Green+Blue) = 107+180+177=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB4B1 is #944B4E. Grayscale: #9D9D9D. Windows color (decimal): -9718607 or 11646059. OLE color: 11646059.

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

Color convert

RGB107180177-
CMYK0.4100.020.29
HSL177.53º32.74%56.27%-
HSV(B)177.53º40.56%70.59%-
XYZ30.3238.9447.51-
YUV157.83138.8291.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.06%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 177 (69.53% from 255) = 38.15%
R=23.06%
G=38.79%
B=38.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1071801770.4100.020.29177.5332.7456.27
Hex6BB4B129021Db22138
Octal1532642615102352624170
Binary110101110110100101100011010010101110110110010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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