Shades of Glacier #6FBFC3
Tints of Glacier #6FBFC3
RGB
CMYK
RGB Variations
Color information
#6FBFC3 (or 0x6FBFC3) is known color: Glacier. HEX triplet: 6F, BF and C3. RGB value is (111,191,195). Sum of RGB (Red+Green+Blue) = 111+191+195=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 195 - color contains mainly: blue. Hex color #6FBFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFC3 is #90403C. Grayscale: #A7A7A7. Windows color (decimal): -9453629 or 12828527. OLE color: 12828527.
HSL color Cylindrical-coordinate representation of color #6FBFC3: hue angle of 182.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FBFC3 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 191 | 195 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.24 |
| HSL | 182.86º | 0.41% | 0.6% | - |
| HSV(B) | 182.86º | 0.43% | 0.76% | - |
| XYZ | 35.04 | 44.58 | 58.39 | - |
| YUV | 167.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 195 | 0.43 | 0.02 | 0 | 0.24 | 182.86 | 0.41 | 0.6 |
| Hex | 6F | BF | C3 | 2B | 2 | 0 | 18 | B7 | 29 | 3C |
| Octal | 157 | 277 | 303 | 53 | 2 | 0 | 30 | 267 | 51 | 74 |
| Binary | 1101111 | 10111111 | 11000011 | 101011 | 10 | 0 | 11000 | 10110111 | 101001 | 111100 |
Color Harmonies of #6FBFC3
Complementary color
Monochromatic Colors of #6FBFC3
Black with #6FBFC3
Text Example
Text Example
White with #6FBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFC3; }
p { color: rgb(111,191,195); }
H1.HeaderClassName
{
color: #6FBFC3;
}
.AnyTagClassName
{
color: #6FBFC3;
}
</style>
background-color css
<style>
a { background-color: #6FBFC3; }
a { background-color: rgb(111,191,195); }
div.DivClassName
{
background-color: #6FBFC3;
}
.BgClassName
{
background-color: #6FBFC3;
}
</style>
border-color css
<style>
span { border-color: #6FBFC3; }
span { border-color: rgb(111,191,195); }
td.TdClassName
{
border-color: #6FBFC3;
}
.TagClassName
{
border-color: #6FBFC3;
}
</style>