Shades of Glacier #6DBFC7
Tints of Glacier #6DBFC7
RGB
CMYK
RGB Variations
Color information
#6DBFC7 (or 0x6DBFC7) is known color: Glacier. HEX triplet: 6D, BF and C7. RGB value is (109,191,199). Sum of RGB (Red+Green+Blue) = 109+191+199=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 199 - color contains mainly: blue. Hex color #6DBFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFC7 is #924038. Grayscale: #A7A7A7. Windows color (decimal): -9584697 or 13090669. OLE color: 13090669.
HSL color Cylindrical-coordinate representation of color #6DBFC7: hue angle of 185.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DBFC7 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 191 | 199 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.22 |
| HSL | 185.33º | 0.45% | 0.6% | - |
| HSV(B) | 185.33º | 0.45% | 0.78% | - |
| XYZ | 35.25 | 44.64 | 60.79 | - |
| YUV | 167.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 199 | 0.45 | 0.04 | 0 | 0.22 | 185.33 | 0.45 | 0.6 |
| Hex | 6D | BF | C7 | 2D | 4 | 0 | 16 | B9 | 2D | 3C |
| Octal | 155 | 277 | 307 | 55 | 4 | 0 | 26 | 271 | 55 | 74 |
| Binary | 1101101 | 10111111 | 11000111 | 101101 | 100 | 0 | 10110 | 10111001 | 101101 | 111100 |
Color Harmonies of #6DBFC7
Complementary color
Monochromatic Colors of #6DBFC7
Black with #6DBFC7
Text Example
Text Example
White with #6DBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFC7; }
p { color: rgb(109,191,199); }
H1.HeaderClassName
{
color: #6DBFC7;
}
.AnyTagClassName
{
color: #6DBFC7;
}
</style>
background-color css
<style>
a { background-color: #6DBFC7; }
a { background-color: rgb(109,191,199); }
div.DivClassName
{
background-color: #6DBFC7;
}
.BgClassName
{
background-color: #6DBFC7;
}
</style>
border-color css
<style>
span { border-color: #6DBFC7; }
span { border-color: rgb(109,191,199); }
td.TdClassName
{
border-color: #6DBFC7;
}
.TagClassName
{
border-color: #6DBFC7;
}
</style>