Shades of Glacier #64BCC6
Tints of Glacier #64BCC6
RGB
CMYK
RGB Variations
Color information
#64BCC6 (or 0x64BCC6) is known color: Glacier. HEX triplet: 64, BC and C6. RGB value is (100,188,198). Sum of RGB (Red+Green+Blue) = 100+188+198=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #64BCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCC6 is #9B4339. Grayscale: #A2A2A2. Windows color (decimal): -10175290 or 13024356. OLE color: 13024356.
HSL color Cylindrical-coordinate representation of color #64BCC6: hue angle of 186.12º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64BCC6 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 188 | 198 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.22 |
| HSL | 186.12º | 0.46% | 0.58% | - |
| HSV(B) | 186.12º | 0.49% | 0.78% | - |
| XYZ | 33.43 | 42.75 | 59.92 | - |
| YUV | 162.83 | 147.85 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 198 | 0.49 | 0.05 | 0 | 0.22 | 186.12 | 0.46 | 0.58 |
| Hex | 64 | BC | C6 | 31 | 5 | 0 | 16 | BA | 2E | 3A |
| Octal | 144 | 274 | 306 | 61 | 5 | 0 | 26 | 272 | 56 | 72 |
| Binary | 1100100 | 10111100 | 11000110 | 110001 | 101 | 0 | 10110 | 10111010 | 101110 | 111010 |
Color Harmonies of #64BCC6
Complementary color
Monochromatic Colors of #64BCC6
Black with #64BCC6
Text Example
Text Example
White with #64BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCC6; }
p { color: rgb(100,188,198); }
H1.HeaderClassName
{
color: #64BCC6;
}
.AnyTagClassName
{
color: #64BCC6;
}
</style>
background-color css
<style>
a { background-color: #64BCC6; }
a { background-color: rgb(100,188,198); }
div.DivClassName
{
background-color: #64BCC6;
}
.BgClassName
{
background-color: #64BCC6;
}
</style>
border-color css
<style>
span { border-color: #64BCC6; }
span { border-color: rgb(100,188,198); }
td.TdClassName
{
border-color: #64BCC6;
}
.TagClassName
{
border-color: #64BCC6;
}
</style>