Shades of Glacier #6CA8BE
Tints of Glacier #6CA8BE
RGB
CMYK
RGB Variations
Color information
#6CA8BE (or 0x6CA8BE) is known color: Glacier. HEX triplet: 6C, A8 and BE. RGB value is (108,168,190). Sum of RGB (Red+Green+Blue) = 108+168+190=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #6CA8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA8BE is #935741. Grayscale: #989898. Windows color (decimal): -9656130 or 12494956. OLE color: 12494956.
HSL color Cylindrical-coordinate representation of color #6CA8BE: hue angle of 196.1º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CA8BE is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 168 | 190 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.25 |
| HSL | 196.1º | 0.39% | 0.58% | - |
| HSV(B) | 196.1º | 0.43% | 0.75% | - |
| XYZ | 29.48 | 34.91 | 53.9 | - |
| YUV | 152.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 190 | 0.43 | 0.12 | 0 | 0.25 | 196.1 | 0.39 | 0.58 |
| Hex | 6C | A8 | BE | 2B | C | 0 | 19 | C4 | 27 | 3A |
| Octal | 154 | 250 | 276 | 53 | 14 | 0 | 31 | 304 | 47 | 72 |
| Binary | 1101100 | 10101000 | 10111110 | 101011 | 1100 | 0 | 11001 | 11000100 | 100111 | 111010 |
Color Harmonies of #6CA8BE
Complementary color
Monochromatic Colors of #6CA8BE
Black with #6CA8BE
Text Example
Text Example
White with #6CA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA8BE; }
p { color: rgb(108,168,190); }
H1.HeaderClassName
{
color: #6CA8BE;
}
.AnyTagClassName
{
color: #6CA8BE;
}
</style>
background-color css
<style>
a { background-color: #6CA8BE; }
a { background-color: rgb(108,168,190); }
div.DivClassName
{
background-color: #6CA8BE;
}
.BgClassName
{
background-color: #6CA8BE;
}
</style>
border-color css
<style>
span { border-color: #6CA8BE; }
span { border-color: rgb(108,168,190); }
td.TdClassName
{
border-color: #6CA8BE;
}
.TagClassName
{
border-color: #6CA8BE;
}
</style>