#6CADBA

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

Shades of Fountain Blue #6CADBA

Tints of Fountain Blue #6CADBA

Color information

#6CADBA (or 0x6CADBA) is unknown color: approx Fountain Blue. HEX triplet: 6C, AD and BA. RGB value is (108,173,186). Sum of RGB (Red+Green+Blue) = 108+173+186=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #6CADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADBA is #935245. Grayscale: #9A9A9A. Windows color (decimal): -9654854 or 12234092. OLE color: 12234092.

HSL color Cylindrical-coordinate representation of color #6CADBA: hue angle of 190º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CADBA is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB108173186-
CMYK0.420.0700.27
HSL190º36.11%57.65%-
HSV(B)190º41.94%72.94%-
XYZ29.9936.6251.94-
YUV155.05145.4794.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.13%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=23.13%
G=37.04%
B=39.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081731860.420.0700.2719036.1157.65
Hex6CADBA2A701Bbe243a
Octal1542552725270332764472
Binary1101100101011011011101010101011101101110111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,173,186); }

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

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

 a { background-color: rgb(108,173,186); }

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

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

 span { border-color: rgb(108,173,186); }

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