Shades of Baby Blue #6BECFF
Tints of Baby Blue #6BECFF
RGB
CMYK
RGB Variations
Color information
#6BECFF (or 0x6BECFF) is known color: Baby Blue. HEX triplet: 6B, EC and FF. RGB value is (107,236,255). Sum of RGB (Red+Green+Blue) = 107+236+255=598 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.89% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BECFF is #941300. Grayscale: #C7C7C7. Windows color (decimal): -9704193 or 16772203. OLE color: 16772203.
HSL color Cylindrical-coordinate representation of color #6BECFF: hue angle of 187.7º 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 #6BECFF is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 236 | 255 | - |
| CMYK | 0.58 | 0.07 | 0 | 0 |
| HSL | 187.7º | 1% | 0.71% | - |
| HSV(B) | 187.7º | 0.58% | 1% | - |
| XYZ | 54.11 | 70.34 | 105.33 | - |
| YUV | 199.6 | 159.26 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 255 | 0.58 | 0.07 | 0 | 0 | 187.7 | 1 | 0.71 |
| Hex | 6B | EC | FF | 3A | 7 | 0 | 0 | BC | 64 | 47 |
| Octal | 153 | 354 | 377 | 72 | 7 | 0 | 0 | 274 | 144 | 107 |
| Binary | 1101011 | 11101100 | 11111111 | 111010 | 111 | 0 | 0 | 10111100 | 1100100 | 1000111 |
Color Harmonies of #6BECFF
Complementary color
Monochromatic Colors of #6BECFF
Black with #6BECFF
Text Example
Text Example
White with #6BECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECFF; }
p { color: rgb(107,236,255); }
H1.HeaderClassName
{
color: #6BECFF;
}
.AnyTagClassName
{
color: #6BECFF;
}
</style>
background-color css
<style>
a { background-color: #6BECFF; }
a { background-color: rgb(107,236,255); }
div.DivClassName
{
background-color: #6BECFF;
}
.BgClassName
{
background-color: #6BECFF;
}
</style>
border-color css
<style>
span { border-color: #6BECFF; }
span { border-color: rgb(107,236,255); }
td.TdClassName
{
border-color: #6BECFF;
}
.TagClassName
{
border-color: #6BECFF;
}
</style>