Shades of Glacier #67ADC6
Tints of Glacier #67ADC6
RGB
CMYK
RGB Variations
Color information
#67ADC6 (or 0x67ADC6) is known color: Glacier. HEX triplet: 67, AD and C6. RGB value is (103,173,198). Sum of RGB (Red+Green+Blue) = 103+173+198=474 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.73% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #67ADC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADC6 is #985239. Grayscale: #9A9A9A. Windows color (decimal): -9982522 or 13020519. OLE color: 13020519.
HSL color Cylindrical-coordinate representation of color #67ADC6: hue angle of 195.79º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67ADC6 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 173 | 198 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.22 |
| HSL | 195.79º | 0.45% | 0.59% | - |
| HSV(B) | 195.79º | 0.48% | 0.78% | - |
| XYZ | 30.73 | 36.85 | 58.92 | - |
| YUV | 154.92 | 152.31 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 198 | 0.48 | 0.13 | 0 | 0.22 | 195.79 | 0.45 | 0.59 |
| Hex | 67 | AD | C6 | 30 | D | 0 | 16 | C4 | 2D | 3B |
| Octal | 147 | 255 | 306 | 60 | 15 | 0 | 26 | 304 | 55 | 73 |
| Binary | 1100111 | 10101101 | 11000110 | 110000 | 1101 | 0 | 10110 | 11000100 | 101101 | 111011 |
Color Harmonies of #67ADC6
Complementary color
Monochromatic Colors of #67ADC6
Black with #67ADC6
Text Example
Text Example
White with #67ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADC6; }
p { color: rgb(103,173,198); }
H1.HeaderClassName
{
color: #67ADC6;
}
.AnyTagClassName
{
color: #67ADC6;
}
</style>
background-color css
<style>
a { background-color: #67ADC6; }
a { background-color: rgb(103,173,198); }
div.DivClassName
{
background-color: #67ADC6;
}
.BgClassName
{
background-color: #67ADC6;
}
</style>
border-color css
<style>
span { border-color: #67ADC6; }
span { border-color: rgb(103,173,198); }
td.TdClassName
{
border-color: #67ADC6;
}
.TagClassName
{
border-color: #67ADC6;
}
</style>