Shades of Baby Blue #6FFDF6
Tints of Baby Blue #6FFDF6
RGB
CMYK
RGB Variations
Color information
#6FFDF6 (or 0x6FFDF6) is known color: Baby Blue. HEX triplet: 6F, FD and F6. RGB value is (111,253,246). Sum of RGB (Red+Green+Blue) = 111+253+246=610 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.20% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFDF6 is #900209. Grayscale: #D1D1D1. Windows color (decimal): -9437706 or 16186735. OLE color: 16186735.
HSL color Cylindrical-coordinate representation of color #6FFDF6: hue angle of 177.04º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFDF6 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 246 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.01 |
| HSL | 177.04º | 0.97% | 0.71% | - |
| HSV(B) | 177.04º | 0.56% | 0.99% | - |
| XYZ | 58.32 | 80.28 | 99.61 | - |
| YUV | 209.74 | 148.46 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 246 | 0.56 | 0 | 0.03 | 0.01 | 177.04 | 0.97 | 0.71 |
| Hex | 6F | FD | F6 | 38 | 0 | 3 | 1 | B1 | 61 | 47 |
| Octal | 157 | 375 | 366 | 70 | 0 | 3 | 1 | 261 | 141 | 107 |
| Binary | 1101111 | 11111101 | 11110110 | 111000 | 0 | 11 | 1 | 10110001 | 1100001 | 1000111 |
Color Harmonies of #6FFDF6
Complementary color
Monochromatic Colors of #6FFDF6
Black with #6FFDF6
Text Example
Text Example
White with #6FFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFDF6; }
p { color: rgb(111,253,246); }
H1.HeaderClassName
{
color: #6FFDF6;
}
.AnyTagClassName
{
color: #6FFDF6;
}
</style>
background-color css
<style>
a { background-color: #6FFDF6; }
a { background-color: rgb(111,253,246); }
div.DivClassName
{
background-color: #6FFDF6;
}
.BgClassName
{
background-color: #6FFDF6;
}
</style>
border-color css
<style>
span { border-color: #6FFDF6; }
span { border-color: rgb(111,253,246); }
td.TdClassName
{
border-color: #6FFDF6;
}
.TagClassName
{
border-color: #6FFDF6;
}
</style>