Shades of Baby Blue #6BECFD
Tints of Baby Blue #6BECFD
RGB
CMYK
RGB Variations
Color information
#6BECFD (or 0x6BECFD) is known color: Baby Blue. HEX triplet: 6B, EC and FD. RGB value is (107,236,253). Sum of RGB (Red+Green+Blue) = 107+236+253=596 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.95% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BECFD is #941302. Grayscale: #C7C7C7. Windows color (decimal): -9704195 or 16641131. OLE color: 16641131.
HSL color Cylindrical-coordinate representation of color #6BECFD: hue angle of 186.99º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BECFD is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 236 | 253 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.01 |
| HSL | 186.99º | 0.97% | 0.71% | - |
| HSV(B) | 186.99º | 0.58% | 0.99% | - |
| XYZ | 53.79 | 70.21 | 103.65 | - |
| YUV | 199.37 | 158.26 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 253 | 0.58 | 0.07 | 0 | 0.01 | 186.99 | 0.97 | 0.71 |
| Hex | 6B | EC | FD | 3A | 7 | 0 | 1 | BB | 61 | 47 |
| Octal | 153 | 354 | 375 | 72 | 7 | 0 | 1 | 273 | 141 | 107 |
| Binary | 1101011 | 11101100 | 11111101 | 111010 | 111 | 0 | 1 | 10111011 | 1100001 | 1000111 |
Color Harmonies of #6BECFD
Complementary color
Monochromatic Colors of #6BECFD
Black with #6BECFD
Text Example
Text Example
White with #6BECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECFD; }
p { color: rgb(107,236,253); }
H1.HeaderClassName
{
color: #6BECFD;
}
.AnyTagClassName
{
color: #6BECFD;
}
</style>
background-color css
<style>
a { background-color: #6BECFD; }
a { background-color: rgb(107,236,253); }
div.DivClassName
{
background-color: #6BECFD;
}
.BgClassName
{
background-color: #6BECFD;
}
</style>
border-color css
<style>
span { border-color: #6BECFD; }
span { border-color: rgb(107,236,253); }
td.TdClassName
{
border-color: #6BECFD;
}
.TagClassName
{
border-color: #6BECFD;
}
</style>