Shades of Glacier #6CAFBE
Tints of Glacier #6CAFBE
RGB
CMYK
RGB Variations
Color information
#6CAFBE (or 0x6CAFBE) is known color: Glacier. HEX triplet: 6C, AF and BE. RGB value is (108,175,190). Sum of RGB (Red+Green+Blue) = 108+175+190=473 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.83% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #6CAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAFBE is #935041. Grayscale: #9C9C9C. Windows color (decimal): -9654338 or 12496748. OLE color: 12496748.
HSL color Cylindrical-coordinate representation of color #6CAFBE: hue angle of 190.98º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CAFBE is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 175 | 190 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.25 |
| HSL | 190.98º | 0.39% | 0.58% | - |
| HSV(B) | 190.98º | 0.43% | 0.75% | - |
| XYZ | 30.81 | 37.57 | 54.34 | - |
| YUV | 156.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 190 | 0.43 | 0.08 | 0 | 0.25 | 190.98 | 0.39 | 0.58 |
| Hex | 6C | AF | BE | 2B | 8 | 0 | 19 | BF | 27 | 3A |
| Octal | 154 | 257 | 276 | 53 | 10 | 0 | 31 | 277 | 47 | 72 |
| Binary | 1101100 | 10101111 | 10111110 | 101011 | 1000 | 0 | 11001 | 10111111 | 100111 | 111010 |
Color Harmonies of #6CAFBE
Complementary color
Monochromatic Colors of #6CAFBE
Black with #6CAFBE
Text Example
Text Example
White with #6CAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAFBE; }
p { color: rgb(108,175,190); }
H1.HeaderClassName
{
color: #6CAFBE;
}
.AnyTagClassName
{
color: #6CAFBE;
}
</style>
background-color css
<style>
a { background-color: #6CAFBE; }
a { background-color: rgb(108,175,190); }
div.DivClassName
{
background-color: #6CAFBE;
}
.BgClassName
{
background-color: #6CAFBE;
}
</style>
border-color css
<style>
span { border-color: #6CAFBE; }
span { border-color: rgb(108,175,190); }
td.TdClassName
{
border-color: #6CAFBE;
}
.TagClassName
{
border-color: #6CAFBE;
}
</style>