Shades of Glacier #6FBFC1
Tints of Glacier #6FBFC1
RGB
CMYK
RGB Variations
Color information
#6FBFC1 (or 0x6FBFC1) is known color: Glacier. HEX triplet: 6F, BF and C1. RGB value is (111,191,193). Sum of RGB (Red+Green+Blue) = 111+191+193=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #6FBFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFC1 is #90403E. Grayscale: #A7A7A7. Windows color (decimal): -9453631 or 12697455. OLE color: 12697455.
HSL color Cylindrical-coordinate representation of color #6FBFC1: hue angle of 181.46º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBFC1 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 191 | 193 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.24 |
| HSL | 181.46º | 0.4% | 0.6% | - |
| HSV(B) | 181.46º | 0.42% | 0.76% | - |
| XYZ | 34.81 | 44.49 | 57.2 | - |
| YUV | 167.31 | 142.5 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 193 | 0.42 | 0.01 | 0 | 0.24 | 181.46 | 0.4 | 0.6 |
| Hex | 6F | BF | C1 | 2A | 1 | 0 | 18 | B5 | 28 | 3C |
| Octal | 157 | 277 | 301 | 52 | 1 | 0 | 30 | 265 | 50 | 74 |
| Binary | 1101111 | 10111111 | 11000001 | 101010 | 1 | 0 | 11000 | 10110101 | 101000 | 111100 |
Color Harmonies of #6FBFC1
Complementary color
Monochromatic Colors of #6FBFC1
Black with #6FBFC1
Text Example
Text Example
White with #6FBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFC1; }
p { color: rgb(111,191,193); }
H1.HeaderClassName
{
color: #6FBFC1;
}
.AnyTagClassName
{
color: #6FBFC1;
}
</style>
background-color css
<style>
a { background-color: #6FBFC1; }
a { background-color: rgb(111,191,193); }
div.DivClassName
{
background-color: #6FBFC1;
}
.BgClassName
{
background-color: #6FBFC1;
}
</style>
border-color css
<style>
span { border-color: #6FBFC1; }
span { border-color: rgb(111,191,193); }
td.TdClassName
{
border-color: #6FBFC1;
}
.TagClassName
{
border-color: #6FBFC1;
}
</style>