#6CABB7

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

Shades of Fountain Blue #6CABB7

Tints of Fountain Blue #6CABB7

Color information

#6CABB7 (or 0x6CABB7) is unknown color: approx Fountain Blue. HEX triplet: 6C, AB and B7. RGB value is (108,171,183). Sum of RGB (Red+Green+Blue) = 108+171+183=462 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.38% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 183 - color contains mainly: blue. Hex color #6CABB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABB7 is #935448. Grayscale: #999999. Windows color (decimal): -9655369 or 12036972. OLE color: 12036972.

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

Color convert

RGB108171183-
CMYK0.410.0700.28
HSL189.6º34.25%57.06%-
HSV(B)189.6º40.98%71.76%-
XYZ29.2935.7350.15-
YUV153.53144.6395.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.38%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 183 (71.88% from 255) = 39.61%
R=23.38%
G=37.01%
B=39.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1081711830.410.0700.28189.634.2557.06
Hex6CABB729701Cbe2239
Octal1542532675170342764271
Binary1101100101010111011011110100111101110010111110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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