Shades of Glacier #6ABEC3
Tints of Glacier #6ABEC3
RGB
CMYK
RGB Variations
Color information
#6ABEC3 (or 0x6ABEC3) is known color: Glacier. HEX triplet: 6A, BE and C3. RGB value is (106,190,195). Sum of RGB (Red+Green+Blue) = 106+190+195=491 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.59% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #6ABEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABEC3 is #95413C. Grayscale: #A5A5A5. Windows color (decimal): -9781565 or 12828266. OLE color: 12828266.
HSL color Cylindrical-coordinate representation of color #6ABEC3: hue angle of 183.37º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ABEC3 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 190 | 195 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.24 |
| HSL | 183.37º | 0.43% | 0.59% | - |
| HSV(B) | 183.37º | 0.46% | 0.76% | - |
| XYZ | 34.21 | 43.83 | 58.29 | - |
| YUV | 165.45 | 144.67 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 195 | 0.46 | 0.03 | 0 | 0.24 | 183.37 | 0.43 | 0.59 |
| Hex | 6A | BE | C3 | 2E | 3 | 0 | 18 | B7 | 2B | 3B |
| Octal | 152 | 276 | 303 | 56 | 3 | 0 | 30 | 267 | 53 | 73 |
| Binary | 1101010 | 10111110 | 11000011 | 101110 | 11 | 0 | 11000 | 10110111 | 101011 | 111011 |
Color Harmonies of #6ABEC3
Complementary color
Monochromatic Colors of #6ABEC3
Black with #6ABEC3
Text Example
Text Example
White with #6ABEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABEC3; }
p { color: rgb(106,190,195); }
H1.HeaderClassName
{
color: #6ABEC3;
}
.AnyTagClassName
{
color: #6ABEC3;
}
</style>
background-color css
<style>
a { background-color: #6ABEC3; }
a { background-color: rgb(106,190,195); }
div.DivClassName
{
background-color: #6ABEC3;
}
.BgClassName
{
background-color: #6ABEC3;
}
</style>
border-color css
<style>
span { border-color: #6ABEC3; }
span { border-color: rgb(106,190,195); }
td.TdClassName
{
border-color: #6ABEC3;
}
.TagClassName
{
border-color: #6ABEC3;
}
</style>