#6BAEB7

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

Shades of Fountain Blue #6BAEB7

Tints of Fountain Blue #6BAEB7

Color information

#6BAEB7 (or 0x6BAEB7) is unknown color: approx Fountain Blue. HEX triplet: 6B, AE and B7. RGB value is (107,174,183). Sum of RGB (Red+Green+Blue) = 107+174+183=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 183 - color contains mainly: blue. Hex color #6BAEB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAEB7 is #945148. Grayscale: #9A9A9A. Windows color (decimal): -9720137 or 12037739. OLE color: 12037739.

HSL color Cylindrical-coordinate representation of color #6BAEB7: hue angle of 187.11º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BAEB7 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB107174183-
CMYK0.420.0500.28
HSL187.11º34.55%56.86%-
HSV(B)187.11º41.53%71.76%-
XYZ29.7536.8250.34-
YUV154.99143.893.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.06%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 183 (71.88% from 255) = 39.44%
R=23.06%
G=37.5%
B=39.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1071741830.420.0500.28187.1134.5556.86
Hex6BAEB72A501Cbb2339
Octal1532562675250342734371
Binary1101011101011101011011110101010101110010111011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,174,183); }

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

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

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

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

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

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

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