Shades of Baby Blue #6BECFB
Tints of Baby Blue #6BECFB
RGB
CMYK
RGB Variations
Color information
#6BECFB (or 0x6BECFB) is known color: Baby Blue. HEX triplet: 6B, EC and FB. RGB value is (107,236,251). Sum of RGB (Red+Green+Blue) = 107+236+251=594 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.01% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BECFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BECFB is #941304. Grayscale: #C6C6C6. Windows color (decimal): -9704197 or 16510059. OLE color: 16510059.
HSL color Cylindrical-coordinate representation of color #6BECFB: hue angle of 186.25º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BECFB is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 236 | 251 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.02 |
| HSL | 186.25º | 0.95% | 0.7% | - |
| HSV(B) | 186.25º | 0.57% | 0.98% | - |
| XYZ | 53.47 | 70.08 | 101.98 | - |
| YUV | 199.14 | 157.26 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 251 | 0.57 | 0.06 | 0 | 0.02 | 186.25 | 0.95 | 0.7 |
| Hex | 6B | EC | FB | 39 | 6 | 0 | 2 | BA | 5F | 46 |
| Octal | 153 | 354 | 373 | 71 | 6 | 0 | 2 | 272 | 137 | 106 |
| Binary | 1101011 | 11101100 | 11111011 | 111001 | 110 | 0 | 10 | 10111010 | 1011111 | 1000110 |
Color Harmonies of #6BECFB
Complementary color
Monochromatic Colors of #6BECFB
Black with #6BECFB
Text Example
Text Example
White with #6BECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECFB; }
p { color: rgb(107,236,251); }
H1.HeaderClassName
{
color: #6BECFB;
}
.AnyTagClassName
{
color: #6BECFB;
}
</style>
background-color css
<style>
a { background-color: #6BECFB; }
a { background-color: rgb(107,236,251); }
div.DivClassName
{
background-color: #6BECFB;
}
.BgClassName
{
background-color: #6BECFB;
}
</style>
border-color css
<style>
span { border-color: #6BECFB; }
span { border-color: rgb(107,236,251); }
td.TdClassName
{
border-color: #6BECFB;
}
.TagClassName
{
border-color: #6BECFB;
}
</style>