Shades of Glacier #6FBEC3
Tints of Glacier #6FBEC3
RGB
CMYK
RGB Variations
Color information
#6FBEC3 (or 0x6FBEC3) is known color: Glacier. HEX triplet: 6F, BE and C3. RGB value is (111,190,195). Sum of RGB (Red+Green+Blue) = 111+190+195=496 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.38% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #6FBEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEC3 is #90413C. Grayscale: #A6A6A6. Windows color (decimal): -9453885 or 12828271. OLE color: 12828271.
HSL color Cylindrical-coordinate representation of color #6FBEC3: hue angle of 183.57º 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 #6FBEC3 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 190 | 195 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.24 |
| HSL | 183.57º | 0.41% | 0.6% | - |
| HSV(B) | 183.57º | 0.43% | 0.76% | - |
| XYZ | 34.82 | 44.15 | 58.32 | - |
| YUV | 166.95 | 143.83 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 195 | 0.43 | 0.03 | 0 | 0.24 | 183.57 | 0.41 | 0.6 |
| Hex | 6F | BE | C3 | 2B | 3 | 0 | 18 | B8 | 29 | 3C |
| Octal | 157 | 276 | 303 | 53 | 3 | 0 | 30 | 270 | 51 | 74 |
| Binary | 1101111 | 10111110 | 11000011 | 101011 | 11 | 0 | 11000 | 10111000 | 101001 | 111100 |
Color Harmonies of #6FBEC3
Complementary color
Monochromatic Colors of #6FBEC3
Black with #6FBEC3
Text Example
Text Example
White with #6FBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBEC3; }
p { color: rgb(111,190,195); }
H1.HeaderClassName
{
color: #6FBEC3;
}
.AnyTagClassName
{
color: #6FBEC3;
}
</style>
background-color css
<style>
a { background-color: #6FBEC3; }
a { background-color: rgb(111,190,195); }
div.DivClassName
{
background-color: #6FBEC3;
}
.BgClassName
{
background-color: #6FBEC3;
}
</style>
border-color css
<style>
span { border-color: #6FBEC3; }
span { border-color: rgb(111,190,195); }
td.TdClassName
{
border-color: #6FBEC3;
}
.TagClassName
{
border-color: #6FBEC3;
}
</style>