Shades of Glacier #6DB3BF
Tints of Glacier #6DB3BF
RGB
CMYK
RGB Variations
Color information
#6DB3BF (or 0x6DB3BF) is known color: Glacier. HEX triplet: 6D, B3 and BF. RGB value is (109,179,191). Sum of RGB (Red+Green+Blue) = 109+179+191=479 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.76% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #6DB3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB3BF is #924C40. Grayscale: #9F9F9F. Windows color (decimal): -9587777 or 12563309. OLE color: 12563309.
HSL color Cylindrical-coordinate representation of color #6DB3BF: hue angle of 188.78º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DB3BF is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 179 | 191 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.25 |
| HSL | 188.78º | 0.39% | 0.59% | - |
| HSV(B) | 188.78º | 0.43% | 0.75% | - |
| XYZ | 31.83 | 39.25 | 55.19 | - |
| YUV | 159.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 191 | 0.43 | 0.06 | 0 | 0.25 | 188.78 | 0.39 | 0.59 |
| Hex | 6D | B3 | BF | 2B | 6 | 0 | 19 | BD | 27 | 3B |
| Octal | 155 | 263 | 277 | 53 | 6 | 0 | 31 | 275 | 47 | 73 |
| Binary | 1101101 | 10110011 | 10111111 | 101011 | 110 | 0 | 11001 | 10111101 | 100111 | 111011 |
Color Harmonies of #6DB3BF
Complementary color
Monochromatic Colors of #6DB3BF
Black with #6DB3BF
Text Example
Text Example
White with #6DB3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB3BF; }
p { color: rgb(109,179,191); }
H1.HeaderClassName
{
color: #6DB3BF;
}
.AnyTagClassName
{
color: #6DB3BF;
}
</style>
background-color css
<style>
a { background-color: #6DB3BF; }
a { background-color: rgb(109,179,191); }
div.DivClassName
{
background-color: #6DB3BF;
}
.BgClassName
{
background-color: #6DB3BF;
}
</style>
border-color css
<style>
span { border-color: #6DB3BF; }
span { border-color: rgb(109,179,191); }
td.TdClassName
{
border-color: #6DB3BF;
}
.TagClassName
{
border-color: #6DB3BF;
}
</style>