Shades of Baby Blue #6BFFF7
Tints of Baby Blue #6BFFF7
RGB
CMYK
RGB Variations
Color information
#6BFFF7 (or 0x6BFFF7) is known color: Baby Blue. HEX triplet: 6B, FF and F7. RGB value is (107,255,247). Sum of RGB (Red+Green+Blue) = 107+255+247=609 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.57% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFFF7 is #940008. Grayscale: #D1D1D1. Windows color (decimal): -9699337 or 16252779. OLE color: 16252779.
HSL color Cylindrical-coordinate representation of color #6BFFF7: hue angle of 176.76º 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 #6BFFF7 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 247 | - |
| CMYK | 0.58 | 0 | 0.03 | 0 |
| HSL | 176.76º | 1% | 0.71% | - |
| HSV(B) | 176.76º | 0.58% | 1% | - |
| XYZ | 58.61 | 81.36 | 100.61 | - |
| YUV | 209.84 | 148.97 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 247 | 0.58 | 0 | 0.03 | 0 | 176.76 | 1 | 0.71 |
| Hex | 6B | FF | F7 | 3A | 0 | 3 | 0 | B1 | 64 | 47 |
| Octal | 153 | 377 | 367 | 72 | 0 | 3 | 0 | 261 | 144 | 107 |
| Binary | 1101011 | 11111111 | 11110111 | 111010 | 0 | 11 | 0 | 10110001 | 1100100 | 1000111 |
Color Harmonies of #6BFFF7
Complementary color
Monochromatic Colors of #6BFFF7
Black with #6BFFF7
Text Example
Text Example
White with #6BFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFFF7; }
p { color: rgb(107,255,247); }
H1.HeaderClassName
{
color: #6BFFF7;
}
.AnyTagClassName
{
color: #6BFFF7;
}
</style>
background-color css
<style>
a { background-color: #6BFFF7; }
a { background-color: rgb(107,255,247); }
div.DivClassName
{
background-color: #6BFFF7;
}
.BgClassName
{
background-color: #6BFFF7;
}
</style>
border-color css
<style>
span { border-color: #6BFFF7; }
span { border-color: rgb(107,255,247); }
td.TdClassName
{
border-color: #6BFFF7;
}
.TagClassName
{
border-color: #6BFFF7;
}
</style>