Shades of Glacier #6CBBC1
Tints of Glacier #6CBBC1
RGB
CMYK
RGB Variations
Color information
#6CBBC1 (or 0x6CBBC1) is known color: Glacier. HEX triplet: 6C, BB and C1. RGB value is (108,187,193). Sum of RGB (Red+Green+Blue) = 108+187+193=488 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.13% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #6CBBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBC1 is #93443E. Grayscale: #A3A3A3. Windows color (decimal): -9651263 or 12696428. OLE color: 12696428.
HSL color Cylindrical-coordinate representation of color #6CBBC1: hue angle of 184.24º 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 #6CBBC1 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 187 | 193 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.24 |
| HSL | 184.24º | 0.41% | 0.59% | - |
| HSV(B) | 184.24º | 0.44% | 0.76% | - |
| XYZ | 33.58 | 42.58 | 56.9 | - |
| YUV | 164.06 | 144.33 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 187 | 193 | 0.44 | 0.03 | 0 | 0.24 | 184.24 | 0.41 | 0.59 |
| Hex | 6C | BB | C1 | 2C | 3 | 0 | 18 | B8 | 29 | 3B |
| Octal | 154 | 273 | 301 | 54 | 3 | 0 | 30 | 270 | 51 | 73 |
| Binary | 1101100 | 10111011 | 11000001 | 101100 | 11 | 0 | 11000 | 10111000 | 101001 | 111011 |
Color Harmonies of #6CBBC1
Complementary color
Monochromatic Colors of #6CBBC1
Black with #6CBBC1
Text Example
Text Example
White with #6CBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBBC1; }
p { color: rgb(108,187,193); }
H1.HeaderClassName
{
color: #6CBBC1;
}
.AnyTagClassName
{
color: #6CBBC1;
}
</style>
background-color css
<style>
a { background-color: #6CBBC1; }
a { background-color: rgb(108,187,193); }
div.DivClassName
{
background-color: #6CBBC1;
}
.BgClassName
{
background-color: #6CBBC1;
}
</style>
border-color css
<style>
span { border-color: #6CBBC1; }
span { border-color: rgb(108,187,193); }
td.TdClassName
{
border-color: #6CBBC1;
}
.TagClassName
{
border-color: #6CBBC1;
}
</style>