Shades of Baby Blue #6CFFF6
Tints of Baby Blue #6CFFF6
RGB
CMYK
RGB Variations
Color information
#6CFFF6 (or 0x6CFFF6) is known color: Baby Blue. HEX triplet: 6C, FF and F6. RGB value is (108,255,246). Sum of RGB (Red+Green+Blue) = 108+255+246=609 (80% of max value = 765). Red value is 108 (42.58% from 255 or 17.73% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFFF6 is #930009. Grayscale: #D1D1D1. Windows color (decimal): -9633802 or 16187244. OLE color: 16187244.
HSL color Cylindrical-coordinate representation of color #6CFFF6: hue angle of 176.33º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CFFF6 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 246 | - |
| CMYK | 0.58 | 0 | 0.04 | 0 |
| HSL | 176.33º | 1% | 0.71% | - |
| HSV(B) | 176.33º | 0.58% | 1% | - |
| XYZ | 58.58 | 81.36 | 99.81 | - |
| YUV | 210.02 | 148.3 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 246 | 0.58 | 0 | 0.04 | 0 | 176.33 | 1 | 0.71 |
| Hex | 6C | FF | F6 | 3A | 0 | 4 | 0 | B0 | 64 | 47 |
| Octal | 154 | 377 | 366 | 72 | 0 | 4 | 0 | 260 | 144 | 107 |
| Binary | 1101100 | 11111111 | 11110110 | 111010 | 0 | 100 | 0 | 10110000 | 1100100 | 1000111 |
Color Harmonies of #6CFFF6
Complementary color
Monochromatic Colors of #6CFFF6
Black with #6CFFF6
Text Example
Text Example
White with #6CFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFF6; }
p { color: rgb(108,255,246); }
H1.HeaderClassName
{
color: #6CFFF6;
}
.AnyTagClassName
{
color: #6CFFF6;
}
</style>
background-color css
<style>
a { background-color: #6CFFF6; }
a { background-color: rgb(108,255,246); }
div.DivClassName
{
background-color: #6CFFF6;
}
.BgClassName
{
background-color: #6CFFF6;
}
</style>
border-color css
<style>
span { border-color: #6CFFF6; }
span { border-color: rgb(108,255,246); }
td.TdClassName
{
border-color: #6CFFF6;
}
.TagClassName
{
border-color: #6CFFF6;
}
</style>