#6BAEAF

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

Shades of Fountain Blue #6BAEAF

Tints of Fountain Blue #6BAEAF

Color information

#6BAEAF (or 0x6BAEAF) is unknown color: approx Fountain Blue. HEX triplet: 6B, AE and AF. RGB value is (107,174,175). Sum of RGB (Red+Green+Blue) = 107+174+175=456 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.46% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #6BAEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAEAF is #945150. Grayscale: #9A9A9A. Windows color (decimal): -9720145 or 11513451. OLE color: 11513451.

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

Color convert

RGB107174175-
CMYK0.390.0100.31
HSL180.88º29.82%55.29%-
HSV(B)180.88º38.86%68.63%-
XYZ28.9436.4946.08-
YUV154.08139.894.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.46%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=23.46%
G=38.16%
B=38.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071741750.390.0100.31180.8829.8255.29
Hex6BAEAF27101Fb51e37
Octal1532562574710372653667
Binary1101011101011101010111110011110111111011010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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