#6CABAE

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

Shades of Fountain Blue #6CABAE

Tints of Fountain Blue #6CABAE

Color information

#6CABAE (or 0x6CABAE) is unknown color: approx Fountain Blue. HEX triplet: 6C, AB and AE. RGB value is (108,171,174). Sum of RGB (Red+Green+Blue) = 108+171+174=453 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.84% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #6CABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CABAE is #935451. Grayscale: #989898. Windows color (decimal): -9655378 or 11447148. OLE color: 11447148.

HSL color Cylindrical-coordinate representation of color #6CABAE: hue angle of 182.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CABAE is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB108171174-
CMYK0.380.0200.32
HSL182.73º28.95%55.29%-
HSV(B)182.73º37.93%68.24%-
XYZ28.3935.3745.38-
YUV152.5140.1396.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.84%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=23.84%
G=37.75%
B=38.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081711740.380.0200.32182.7328.9555.29
Hex6CABAE262020b71d37
Octal1542532564620402673567
Binary110110010101011101011101001101001000001011011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,171,174); }

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

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

 a { background-color: rgb(108,171,174); }

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

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

 span { border-color: rgb(108,171,174); }

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