Shades of Baby Blue #6BECFC
Tints of Baby Blue #6BECFC
RGB
CMYK
RGB Variations
Color information
#6BECFC (or 0x6BECFC) is known color: Baby Blue. HEX triplet: 6B, EC and FC. RGB value is (107,236,252). Sum of RGB (Red+Green+Blue) = 107+236+252=595 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.98% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BECFC is #941303. Grayscale: #C7C7C7. Windows color (decimal): -9704196 or 16575595. OLE color: 16575595.
HSL color Cylindrical-coordinate representation of color #6BECFC: hue angle of 186.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BECFC is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 236 | 252 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.01 |
| HSL | 186.62º | 0.96% | 0.7% | - |
| HSV(B) | 186.62º | 0.58% | 0.99% | - |
| XYZ | 53.63 | 70.14 | 102.81 | - |
| YUV | 199.25 | 157.76 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 252 | 0.58 | 0.06 | 0 | 0.01 | 186.62 | 0.96 | 0.7 |
| Hex | 6B | EC | FC | 3A | 6 | 0 | 1 | BB | 60 | 46 |
| Octal | 153 | 354 | 374 | 72 | 6 | 0 | 1 | 273 | 140 | 106 |
| Binary | 1101011 | 11101100 | 11111100 | 111010 | 110 | 0 | 1 | 10111011 | 1100000 | 1000110 |
Color Harmonies of #6BECFC
Complementary color
Monochromatic Colors of #6BECFC
Black with #6BECFC
Text Example
Text Example
White with #6BECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECFC; }
p { color: rgb(107,236,252); }
H1.HeaderClassName
{
color: #6BECFC;
}
.AnyTagClassName
{
color: #6BECFC;
}
</style>
background-color css
<style>
a { background-color: #6BECFC; }
a { background-color: rgb(107,236,252); }
div.DivClassName
{
background-color: #6BECFC;
}
.BgClassName
{
background-color: #6BECFC;
}
</style>
border-color css
<style>
span { border-color: #6BECFC; }
span { border-color: rgb(107,236,252); }
td.TdClassName
{
border-color: #6BECFC;
}
.TagClassName
{
border-color: #6BECFC;
}
</style>