Shades of Glacier #6AA8BF
Tints of Glacier #6AA8BF
RGB
CMYK
RGB Variations
Color information
#6AA8BF (or 0x6AA8BF) is known color: Glacier. HEX triplet: 6A, A8 and BF. RGB value is (106,168,191). Sum of RGB (Red+Green+Blue) = 106+168+191=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #6AA8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA8BF is #955740. Grayscale: #979797. Windows color (decimal): -9787201 or 12560490. OLE color: 12560490.
HSL color Cylindrical-coordinate representation of color #6AA8BF: hue angle of 196.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AA8BF is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 168 | 191 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.25 |
| HSL | 196.24º | 0.4% | 0.58% | - |
| HSV(B) | 196.24º | 0.45% | 0.75% | - |
| XYZ | 29.35 | 34.83 | 54.47 | - |
| YUV | 152.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 168 | 191 | 0.45 | 0.12 | 0 | 0.25 | 196.24 | 0.4 | 0.58 |
| Hex | 6A | A8 | BF | 2D | C | 0 | 19 | C4 | 28 | 3A |
| Octal | 152 | 250 | 277 | 55 | 14 | 0 | 31 | 304 | 50 | 72 |
| Binary | 1101010 | 10101000 | 10111111 | 101101 | 1100 | 0 | 11001 | 11000100 | 101000 | 111010 |
Color Harmonies of #6AA8BF
Complementary color
Monochromatic Colors of #6AA8BF
Black with #6AA8BF
Text Example
Text Example
White with #6AA8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA8BF; }
p { color: rgb(106,168,191); }
H1.HeaderClassName
{
color: #6AA8BF;
}
.AnyTagClassName
{
color: #6AA8BF;
}
</style>
background-color css
<style>
a { background-color: #6AA8BF; }
a { background-color: rgb(106,168,191); }
div.DivClassName
{
background-color: #6AA8BF;
}
.BgClassName
{
background-color: #6AA8BF;
}
</style>
border-color css
<style>
span { border-color: #6AA8BF; }
span { border-color: rgb(106,168,191); }
td.TdClassName
{
border-color: #6AA8BF;
}
.TagClassName
{
border-color: #6AA8BF;
}
</style>