#6CAEB1

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

Shades of Fountain Blue #6CAEB1

Tints of Fountain Blue #6CAEB1

Color information

#6CAEB1 (or 0x6CAEB1) is unknown color: approx Fountain Blue. HEX triplet: 6C, AE and B1. RGB value is (108,174,177). Sum of RGB (Red+Green+Blue) = 108+174+177=459 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.53% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 177 - color contains mainly: blue. Hex color #6CAEB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAEB1 is #93514E. Grayscale: #9A9A9A. Windows color (decimal): -9654607 or 11644524. OLE color: 11644524.

HSL color Cylindrical-coordinate representation of color #6CAEB1: hue angle of 182.61º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CAEB1 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB108174177-
CMYK0.390.0200.31
HSL182.61º30.67%55.88%-
HSV(B)182.61º38.98%69.41%-
XYZ29.2636.6347.12-
YUV154.61140.6394.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.53%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 177 (69.53% from 255) = 38.56%
R=23.53%
G=37.91%
B=38.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081741770.390.0200.31182.6130.6755.88
Hex6CAEB127201Fb71f38
Octal1542562614720372673770
Binary11011001010111010110001100111100111111011011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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