Shades of Glacier #6DBDC3
Tints of Glacier #6DBDC3
RGB
CMYK
RGB Variations
Color information
#6DBDC3 (or 0x6DBDC3) is known color: Glacier. HEX triplet: 6D, BD and C3. RGB value is (109,189,195). Sum of RGB (Red+Green+Blue) = 109+189+195=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 195 - color contains mainly: blue. Hex color #6DBDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDC3 is #92423C. Grayscale: #A5A5A5. Windows color (decimal): -9585213 or 12828013. OLE color: 12828013.
HSL color Cylindrical-coordinate representation of color #6DBDC3: hue angle of 184.19º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DBDC3 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 189 | 195 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.24 |
| HSL | 184.19º | 0.42% | 0.6% | - |
| HSV(B) | 184.19º | 0.44% | 0.76% | - |
| XYZ | 34.35 | 43.59 | 58.23 | - |
| YUV | 165.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 195 | 0.44 | 0.03 | 0 | 0.24 | 184.19 | 0.42 | 0.6 |
| Hex | 6D | BD | C3 | 2C | 3 | 0 | 18 | B8 | 2A | 3C |
| Octal | 155 | 275 | 303 | 54 | 3 | 0 | 30 | 270 | 52 | 74 |
| Binary | 1101101 | 10111101 | 11000011 | 101100 | 11 | 0 | 11000 | 10111000 | 101010 | 111100 |
Color Harmonies of #6DBDC3
Complementary color
Monochromatic Colors of #6DBDC3
Black with #6DBDC3
Text Example
Text Example
White with #6DBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDC3; }
p { color: rgb(109,189,195); }
H1.HeaderClassName
{
color: #6DBDC3;
}
.AnyTagClassName
{
color: #6DBDC3;
}
</style>
background-color css
<style>
a { background-color: #6DBDC3; }
a { background-color: rgb(109,189,195); }
div.DivClassName
{
background-color: #6DBDC3;
}
.BgClassName
{
background-color: #6DBDC3;
}
</style>
border-color css
<style>
span { border-color: #6DBDC3; }
span { border-color: rgb(109,189,195); }
td.TdClassName
{
border-color: #6DBDC3;
}
.TagClassName
{
border-color: #6DBDC3;
}
</style>