#6CABAD

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

Shades of Fountain Blue #6CABAD

Tints of Fountain Blue #6CABAD

Color information

#6CABAD (or 0x6CABAD) is unknown color: approx Fountain Blue. HEX triplet: 6C, AB and AD. RGB value is (108,171,173). Sum of RGB (Red+Green+Blue) = 108+171+173=452 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.89% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #6CABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CABAD is #935452. Grayscale: #989898. Windows color (decimal): -9655379 or 11381612. OLE color: 11381612.

HSL color Cylindrical-coordinate representation of color #6CABAD: hue angle of 181.85º degrees, saturation: 0.28, 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 #6CABAD is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB108171173-
CMYK0.380.0100.32
HSL181.85º28.38%55.1%-
HSV(B)181.85º37.57%67.84%-
XYZ28.2935.3344.86-
YUV152.39139.6396.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.89%
GREEN value IS 171 (67.19% from 255) = 37.83%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=23.89%
G=37.83%
B=38.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081711730.380.0100.32181.8528.3855.1
Hex6CABAD261020b61c37
Octal1542532554610402663467
Binary11011001010101110101101100110101000001011011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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