Shades of Glacier #6BAABE
Tints of Glacier #6BAABE
RGB
CMYK
RGB Variations
Color information
#6BAABE (or 0x6BAABE) is known color: Glacier. HEX triplet: 6B, AA and BE. RGB value is (107,170,190). Sum of RGB (Red+Green+Blue) = 107+170+190=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #6BAABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAABE is #945541. Grayscale: #999999. Windows color (decimal): -9721154 or 12495467. OLE color: 12495467.
HSL color Cylindrical-coordinate representation of color #6BAABE: hue angle of 194.46º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BAABE is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 170 | 190 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.25 |
| HSL | 194.46º | 0.39% | 0.58% | - |
| HSV(B) | 194.46º | 0.44% | 0.75% | - |
| XYZ | 29.73 | 35.59 | 54.02 | - |
| YUV | 153.44 | 148.63 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 190 | 0.44 | 0.11 | 0 | 0.25 | 194.46 | 0.39 | 0.58 |
| Hex | 6B | AA | BE | 2C | B | 0 | 19 | C2 | 27 | 3A |
| Octal | 153 | 252 | 276 | 54 | 13 | 0 | 31 | 302 | 47 | 72 |
| Binary | 1101011 | 10101010 | 10111110 | 101100 | 1011 | 0 | 11001 | 11000010 | 100111 | 111010 |
Color Harmonies of #6BAABE
Complementary color
Monochromatic Colors of #6BAABE
Black with #6BAABE
Text Example
Text Example
White with #6BAABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAABE; }
p { color: rgb(107,170,190); }
H1.HeaderClassName
{
color: #6BAABE;
}
.AnyTagClassName
{
color: #6BAABE;
}
</style>
background-color css
<style>
a { background-color: #6BAABE; }
a { background-color: rgb(107,170,190); }
div.DivClassName
{
background-color: #6BAABE;
}
.BgClassName
{
background-color: #6BAABE;
}
</style>
border-color css
<style>
span { border-color: #6BAABE; }
span { border-color: rgb(107,170,190); }
td.TdClassName
{
border-color: #6BAABE;
}
.TagClassName
{
border-color: #6BAABE;
}
</style>