Shades of Baby Blue #6BECFE
Tints of Baby Blue #6BECFE
RGB
CMYK
RGB Variations
Color information
#6BECFE (or 0x6BECFE) is known color: Baby Blue. HEX triplet: 6B, EC and FE. RGB value is (107,236,254). Sum of RGB (Red+Green+Blue) = 107+236+254=597 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.92% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BECFE is #941301. Grayscale: #C7C7C7. Windows color (decimal): -9704194 or 16706667. OLE color: 16706667.
HSL color Cylindrical-coordinate representation of color #6BECFE: hue angle of 187.35º 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 #6BECFE is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 236 | 254 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.00 |
| HSL | 187.35º | 0.99% | 0.71% | - |
| HSV(B) | 187.35º | 0.58% | 1% | - |
| XYZ | 53.95 | 70.27 | 104.49 | - |
| YUV | 199.48 | 158.76 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 254 | 0.58 | 0.07 | 0 | 0.00 | 187.35 | 0.99 | 0.71 |
| Hex | 6B | EC | FE | 3A | 7 | 0 | 0 | BB | 63 | 47 |
| Octal | 153 | 354 | 376 | 72 | 7 | 0 | 0 | 273 | 143 | 107 |
| Binary | 1101011 | 11101100 | 11111110 | 111010 | 111 | 0 | 0 | 10111011 | 1100011 | 1000111 |
Color Harmonies of #6BECFE
Complementary color
Monochromatic Colors of #6BECFE
Black with #6BECFE
Text Example
Text Example
White with #6BECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECFE; }
p { color: rgb(107,236,254); }
H1.HeaderClassName
{
color: #6BECFE;
}
.AnyTagClassName
{
color: #6BECFE;
}
</style>
background-color css
<style>
a { background-color: #6BECFE; }
a { background-color: rgb(107,236,254); }
div.DivClassName
{
background-color: #6BECFE;
}
.BgClassName
{
background-color: #6BECFE;
}
</style>
border-color css
<style>
span { border-color: #6BECFE; }
span { border-color: rgb(107,236,254); }
td.TdClassName
{
border-color: #6BECFE;
}
.TagClassName
{
border-color: #6BECFE;
}
</style>