Shades of Baby Blue #6BFEF6
Tints of Baby Blue #6BFEF6
RGB
CMYK
RGB Variations
Color information
#6BFEF6 (or 0x6BFEF6) is known color: Baby Blue. HEX triplet: 6B, FE and F6. RGB value is (107,254,246). Sum of RGB (Red+Green+Blue) = 107+254+246=607 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.63% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFEF6 is #940109. Grayscale: #D1D1D1. Windows color (decimal): -9699594 or 16186987. OLE color: 16186987.
HSL color Cylindrical-coordinate representation of color #6BFEF6: hue angle of 176.73º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFEF6 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 254 | 246 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.00 |
| HSL | 176.73º | 0.99% | 0.71% | - |
| HSV(B) | 176.73º | 0.58% | 1% | - |
| XYZ | 58.14 | 80.66 | 99.69 | - |
| YUV | 209.14 | 148.8 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 254 | 246 | 0.58 | 0 | 0.03 | 0.00 | 176.73 | 0.99 | 0.71 |
| Hex | 6B | FE | F6 | 3A | 0 | 3 | 0 | B1 | 63 | 47 |
| Octal | 153 | 376 | 366 | 72 | 0 | 3 | 0 | 261 | 143 | 107 |
| Binary | 1101011 | 11111110 | 11110110 | 111010 | 0 | 11 | 0 | 10110001 | 1100011 | 1000111 |
Color Harmonies of #6BFEF6
Complementary color
Monochromatic Colors of #6BFEF6
Black with #6BFEF6
Text Example
Text Example
White with #6BFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFEF6; }
p { color: rgb(107,254,246); }
H1.HeaderClassName
{
color: #6BFEF6;
}
.AnyTagClassName
{
color: #6BFEF6;
}
</style>
background-color css
<style>
a { background-color: #6BFEF6; }
a { background-color: rgb(107,254,246); }
div.DivClassName
{
background-color: #6BFEF6;
}
.BgClassName
{
background-color: #6BFEF6;
}
</style>
border-color css
<style>
span { border-color: #6BFEF6; }
span { border-color: rgb(107,254,246); }
td.TdClassName
{
border-color: #6BFEF6;
}
.TagClassName
{
border-color: #6BFEF6;
}
</style>