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