Shades of Glacier #6DBDC1
Tints of Glacier #6DBDC1
RGB
CMYK
RGB Variations
Color information
#6DBDC1 (or 0x6DBDC1) is known color: Glacier. HEX triplet: 6D, BD and C1. RGB value is (109,189,193). Sum of RGB (Red+Green+Blue) = 109+189+193=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #6DBDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDC1 is #92423E. Grayscale: #A5A5A5. Windows color (decimal): -9585215 or 12696941. OLE color: 12696941.
HSL color Cylindrical-coordinate representation of color #6DBDC1: hue angle of 182.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DBDC1 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 189 | 193 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.24 |
| HSL | 182.86º | 0.4% | 0.59% | - |
| HSV(B) | 182.86º | 0.44% | 0.76% | - |
| XYZ | 34.13 | 43.5 | 57.05 | - |
| YUV | 165.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 193 | 0.44 | 0.02 | 0 | 0.24 | 182.86 | 0.4 | 0.59 |
| Hex | 6D | BD | C1 | 2C | 2 | 0 | 18 | B7 | 28 | 3B |
| Octal | 155 | 275 | 301 | 54 | 2 | 0 | 30 | 267 | 50 | 73 |
| Binary | 1101101 | 10111101 | 11000001 | 101100 | 10 | 0 | 11000 | 10110111 | 101000 | 111011 |
Color Harmonies of #6DBDC1
Complementary color
Monochromatic Colors of #6DBDC1
Black with #6DBDC1
Text Example
Text Example
White with #6DBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDC1; }
p { color: rgb(109,189,193); }
H1.HeaderClassName
{
color: #6DBDC1;
}
.AnyTagClassName
{
color: #6DBDC1;
}
</style>
background-color css
<style>
a { background-color: #6DBDC1; }
a { background-color: rgb(109,189,193); }
div.DivClassName
{
background-color: #6DBDC1;
}
.BgClassName
{
background-color: #6DBDC1;
}
</style>
border-color css
<style>
span { border-color: #6DBDC1; }
span { border-color: rgb(109,189,193); }
td.TdClassName
{
border-color: #6DBDC1;
}
.TagClassName
{
border-color: #6DBDC1;
}
</style>