Shades of Glacier #6DBEC3
Tints of Glacier #6DBEC3
RGB
CMYK
RGB Variations
Color information
#6DBEC3 (or 0x6DBEC3) is known color: Glacier. HEX triplet: 6D, BE and C3. RGB value is (109,190,195). Sum of RGB (Red+Green+Blue) = 109+190+195=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 195 - color contains mainly: blue. Hex color #6DBEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBEC3 is #92413C. Grayscale: #A6A6A6. Windows color (decimal): -9584957 or 12828269. OLE color: 12828269.
HSL color Cylindrical-coordinate representation of color #6DBEC3: hue angle of 183.49º 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 #6DBEC3 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 190 | 195 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.24 |
| HSL | 183.49º | 0.42% | 0.6% | - |
| HSV(B) | 183.49º | 0.44% | 0.76% | - |
| XYZ | 34.57 | 44.02 | 58.3 | - |
| YUV | 166.35 | 144.16 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 195 | 0.44 | 0.03 | 0 | 0.24 | 183.49 | 0.42 | 0.6 |
| Hex | 6D | BE | C3 | 2C | 3 | 0 | 18 | B7 | 2A | 3C |
| Octal | 155 | 276 | 303 | 54 | 3 | 0 | 30 | 267 | 52 | 74 |
| Binary | 1101101 | 10111110 | 11000011 | 101100 | 11 | 0 | 11000 | 10110111 | 101010 | 111100 |
Color Harmonies of #6DBEC3
Complementary color
Monochromatic Colors of #6DBEC3
Black with #6DBEC3
Text Example
Text Example
White with #6DBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBEC3; }
p { color: rgb(109,190,195); }
H1.HeaderClassName
{
color: #6DBEC3;
}
.AnyTagClassName
{
color: #6DBEC3;
}
</style>
background-color css
<style>
a { background-color: #6DBEC3; }
a { background-color: rgb(109,190,195); }
div.DivClassName
{
background-color: #6DBEC3;
}
.BgClassName
{
background-color: #6DBEC3;
}
</style>
border-color css
<style>
span { border-color: #6DBEC3; }
span { border-color: rgb(109,190,195); }
td.TdClassName
{
border-color: #6DBEC3;
}
.TagClassName
{
border-color: #6DBEC3;
}
</style>