Shades of Glacier #6BAFC7
Tints of Glacier #6BAFC7
RGB
CMYK
RGB Variations
Color information
#6BAFC7 (or 0x6BAFC7) is known color: Glacier. HEX triplet: 6B, AF and C7. RGB value is (107,175,199). Sum of RGB (Red+Green+Blue) = 107+175+199=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 199 - color contains mainly: blue. Hex color #6BAFC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFC7 is #945038. Grayscale: #9D9D9D. Windows color (decimal): -9719865 or 13086571. OLE color: 13086571.
HSL color Cylindrical-coordinate representation of color #6BAFC7: hue angle of 195.65º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BAFC7 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 175 | 199 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.22 |
| HSL | 195.65º | 0.45% | 0.6% | - |
| HSV(B) | 195.65º | 0.46% | 0.78% | - |
| XYZ | 31.7 | 37.91 | 59.68 | - |
| YUV | 157.4 | 151.47 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 199 | 0.46 | 0.12 | 0 | 0.22 | 195.65 | 0.45 | 0.6 |
| Hex | 6B | AF | C7 | 2E | C | 0 | 16 | C4 | 2D | 3C |
| Octal | 153 | 257 | 307 | 56 | 14 | 0 | 26 | 304 | 55 | 74 |
| Binary | 1101011 | 10101111 | 11000111 | 101110 | 1100 | 0 | 10110 | 11000100 | 101101 | 111100 |
Color Harmonies of #6BAFC7
Complementary color
Monochromatic Colors of #6BAFC7
Black with #6BAFC7
Text Example
Text Example
White with #6BAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFC7; }
p { color: rgb(107,175,199); }
H1.HeaderClassName
{
color: #6BAFC7;
}
.AnyTagClassName
{
color: #6BAFC7;
}
</style>
background-color css
<style>
a { background-color: #6BAFC7; }
a { background-color: rgb(107,175,199); }
div.DivClassName
{
background-color: #6BAFC7;
}
.BgClassName
{
background-color: #6BAFC7;
}
</style>
border-color css
<style>
span { border-color: #6BAFC7; }
span { border-color: rgb(107,175,199); }
td.TdClassName
{
border-color: #6BAFC7;
}
.TagClassName
{
border-color: #6BAFC7;
}
</style>