Shades of Glacier #6BB0C3
Tints of Glacier #6BB0C3
RGB
CMYK
RGB Variations
Color information
#6BB0C3 (or 0x6BB0C3) is known color: Glacier. HEX triplet: 6B, B0 and C3. RGB value is (107,176,195). Sum of RGB (Red+Green+Blue) = 107+176+195=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #6BB0C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB0C3 is #944F3C. Grayscale: #9D9D9D. Windows color (decimal): -9719613 or 12824683. OLE color: 12824683.
HSL color Cylindrical-coordinate representation of color #6BB0C3: hue angle of 192.95º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BB0C3 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 176 | 195 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.24 |
| HSL | 192.95º | 0.42% | 0.59% | - |
| HSV(B) | 192.95º | 0.45% | 0.76% | - |
| XYZ | 31.44 | 38.12 | 57.33 | - |
| YUV | 157.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 176 | 195 | 0.45 | 0.10 | 0 | 0.24 | 192.95 | 0.42 | 0.59 |
| Hex | 6B | B0 | C3 | 2D | A | 0 | 18 | C1 | 2A | 3B |
| Octal | 153 | 260 | 303 | 55 | 12 | 0 | 30 | 301 | 52 | 73 |
| Binary | 1101011 | 10110000 | 11000011 | 101101 | 1010 | 0 | 11000 | 11000001 | 101010 | 111011 |
Color Harmonies of #6BB0C3
Complementary color
Monochromatic Colors of #6BB0C3
Black with #6BB0C3
Text Example
Text Example
White with #6BB0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB0C3; }
p { color: rgb(107,176,195); }
H1.HeaderClassName
{
color: #6BB0C3;
}
.AnyTagClassName
{
color: #6BB0C3;
}
</style>
background-color css
<style>
a { background-color: #6BB0C3; }
a { background-color: rgb(107,176,195); }
div.DivClassName
{
background-color: #6BB0C3;
}
.BgClassName
{
background-color: #6BB0C3;
}
</style>
border-color css
<style>
span { border-color: #6BB0C3; }
span { border-color: rgb(107,176,195); }
td.TdClassName
{
border-color: #6BB0C3;
}
.TagClassName
{
border-color: #6BB0C3;
}
</style>