Shades of Glacier #6AB8C1
Tints of Glacier #6AB8C1
RGB
CMYK
RGB Variations
Color information
#6AB8C1 (or 0x6AB8C1) is known color: Glacier. HEX triplet: 6A, B8 and C1. RGB value is (106,184,193). Sum of RGB (Red+Green+Blue) = 106+184+193=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #6AB8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB8C1 is #95473E. Grayscale: #A1A1A1. Windows color (decimal): -9783103 or 12695658. OLE color: 12695658.
HSL color Cylindrical-coordinate representation of color #6AB8C1: hue angle of 186.21º 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 #6AB8C1 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 184 | 193 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.24 |
| HSL | 186.21º | 0.41% | 0.59% | - |
| HSV(B) | 186.21º | 0.45% | 0.76% | - |
| XYZ | 32.71 | 41.2 | 56.68 | - |
| YUV | 161.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 193 | 0.45 | 0.05 | 0 | 0.24 | 186.21 | 0.41 | 0.59 |
| Hex | 6A | B8 | C1 | 2D | 5 | 0 | 18 | BA | 29 | 3B |
| Octal | 152 | 270 | 301 | 55 | 5 | 0 | 30 | 272 | 51 | 73 |
| Binary | 1101010 | 10111000 | 11000001 | 101101 | 101 | 0 | 11000 | 10111010 | 101001 | 111011 |
Color Harmonies of #6AB8C1
Complementary color
Monochromatic Colors of #6AB8C1
Black with #6AB8C1
Text Example
Text Example
White with #6AB8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB8C1; }
p { color: rgb(106,184,193); }
H1.HeaderClassName
{
color: #6AB8C1;
}
.AnyTagClassName
{
color: #6AB8C1;
}
</style>
background-color css
<style>
a { background-color: #6AB8C1; }
a { background-color: rgb(106,184,193); }
div.DivClassName
{
background-color: #6AB8C1;
}
.BgClassName
{
background-color: #6AB8C1;
}
</style>
border-color css
<style>
span { border-color: #6AB8C1; }
span { border-color: rgb(106,184,193); }
td.TdClassName
{
border-color: #6AB8C1;
}
.TagClassName
{
border-color: #6AB8C1;
}
</style>