Shades of Fountain Blue #6ABEC1
Tints of Fountain Blue #6ABEC1
RGB
CMYK
RGB Variations
Color information
#6ABEC1 (or 0x6ABEC1) is known color: Fountain Blue. HEX triplet: 6A, BE and C1. RGB value is (106,190,193). Sum of RGB (Red+Green+Blue) = 106+190+193=489 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.68% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #6ABEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABEC1 is #95413E. Grayscale: #A5A5A5. Windows color (decimal): -9781567 or 12697194. OLE color: 12697194.
HSL color Cylindrical-coordinate representation of color #6ABEC1: hue angle of 182.07º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABEC1 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 190 | 193 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.24 |
| HSL | 182.07º | 0.41% | 0.59% | - |
| HSV(B) | 182.07º | 0.45% | 0.76% | - |
| XYZ | 33.98 | 43.74 | 57.1 | - |
| YUV | 165.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 193 | 0.45 | 0.02 | 0 | 0.24 | 182.07 | 0.41 | 0.59 |
| Hex | 6A | BE | C1 | 2D | 2 | 0 | 18 | B6 | 29 | 3B |
| Octal | 152 | 276 | 301 | 55 | 2 | 0 | 30 | 266 | 51 | 73 |
| Binary | 1101010 | 10111110 | 11000001 | 101101 | 10 | 0 | 11000 | 10110110 | 101001 | 111011 |
Color Harmonies of #6ABEC1
Complementary color
Monochromatic Colors of #6ABEC1
Black with #6ABEC1
Text Example
Text Example
White with #6ABEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABEC1; }
p { color: rgb(106,190,193); }
H1.HeaderClassName
{
color: #6ABEC1;
}
.AnyTagClassName
{
color: #6ABEC1;
}
</style>
background-color css
<style>
a { background-color: #6ABEC1; }
a { background-color: rgb(106,190,193); }
div.DivClassName
{
background-color: #6ABEC1;
}
.BgClassName
{
background-color: #6ABEC1;
}
</style>
border-color css
<style>
span { border-color: #6ABEC1; }
span { border-color: rgb(106,190,193); }
td.TdClassName
{
border-color: #6ABEC1;
}
.TagClassName
{
border-color: #6ABEC1;
}
</style>