Shades of Glacier #6CB7C1
Tints of Glacier #6CB7C1
RGB
CMYK
RGB Variations
Color information
#6CB7C1 (or 0x6CB7C1) is known color: Glacier. HEX triplet: 6C, B7 and C1. RGB value is (108,183,193). Sum of RGB (Red+Green+Blue) = 108+183+193=484 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.31% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #6CB7C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB7C1 is #93483E. Grayscale: #A1A1A1. Windows color (decimal): -9652287 or 12695404. OLE color: 12695404.
HSL color Cylindrical-coordinate representation of color #6CB7C1: hue angle of 187.06º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CB7C1 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 183 | 193 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.24 |
| HSL | 187.06º | 0.41% | 0.59% | - |
| HSV(B) | 187.06º | 0.44% | 0.76% | - |
| XYZ | 32.74 | 40.91 | 56.62 | - |
| YUV | 161.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 183 | 193 | 0.44 | 0.05 | 0 | 0.24 | 187.06 | 0.41 | 0.59 |
| Hex | 6C | B7 | C1 | 2C | 5 | 0 | 18 | BB | 29 | 3B |
| Octal | 154 | 267 | 301 | 54 | 5 | 0 | 30 | 273 | 51 | 73 |
| Binary | 1101100 | 10110111 | 11000001 | 101100 | 101 | 0 | 11000 | 10111011 | 101001 | 111011 |
Color Harmonies of #6CB7C1
Complementary color
Monochromatic Colors of #6CB7C1
Black with #6CB7C1
Text Example
Text Example
White with #6CB7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB7C1; }
p { color: rgb(108,183,193); }
H1.HeaderClassName
{
color: #6CB7C1;
}
.AnyTagClassName
{
color: #6CB7C1;
}
</style>
background-color css
<style>
a { background-color: #6CB7C1; }
a { background-color: rgb(108,183,193); }
div.DivClassName
{
background-color: #6CB7C1;
}
.BgClassName
{
background-color: #6CB7C1;
}
</style>
border-color css
<style>
span { border-color: #6CB7C1; }
span { border-color: rgb(108,183,193); }
td.TdClassName
{
border-color: #6CB7C1;
}
.TagClassName
{
border-color: #6CB7C1;
}
</style>