Shades of Glacier #6BAFC4
Tints of Glacier #6BAFC4
RGB
CMYK
RGB Variations
Color information
#6BAFC4 (or 0x6BAFC4) is known color: Glacier. HEX triplet: 6B, AF and C4. RGB value is (107,175,196). Sum of RGB (Red+Green+Blue) = 107+175+196=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #6BAFC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFC4 is #94503B. Grayscale: #9C9C9C. Windows color (decimal): -9719868 or 12889963. OLE color: 12889963.
HSL color Cylindrical-coordinate representation of color #6BAFC4: hue angle of 194.16º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BAFC4 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 175 | 196 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.23 |
| HSL | 194.16º | 0.43% | 0.59% | - |
| HSV(B) | 194.16º | 0.45% | 0.77% | - |
| XYZ | 31.36 | 37.77 | 57.86 | - |
| YUV | 157.06 | 149.97 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 196 | 0.45 | 0.11 | 0 | 0.23 | 194.16 | 0.43 | 0.59 |
| Hex | 6B | AF | C4 | 2D | B | 0 | 17 | C2 | 2B | 3B |
| Octal | 153 | 257 | 304 | 55 | 13 | 0 | 27 | 302 | 53 | 73 |
| Binary | 1101011 | 10101111 | 11000100 | 101101 | 1011 | 0 | 10111 | 11000010 | 101011 | 111011 |
Color Harmonies of #6BAFC4
Complementary color
Monochromatic Colors of #6BAFC4
Black with #6BAFC4
Text Example
Text Example
White with #6BAFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFC4; }
p { color: rgb(107,175,196); }
H1.HeaderClassName
{
color: #6BAFC4;
}
.AnyTagClassName
{
color: #6BAFC4;
}
</style>
background-color css
<style>
a { background-color: #6BAFC4; }
a { background-color: rgb(107,175,196); }
div.DivClassName
{
background-color: #6BAFC4;
}
.BgClassName
{
background-color: #6BAFC4;
}
</style>
border-color css
<style>
span { border-color: #6BAFC4; }
span { border-color: rgb(107,175,196); }
td.TdClassName
{
border-color: #6BAFC4;
}
.TagClassName
{
border-color: #6BAFC4;
}
</style>