Shades of Baby Blue #6DFFF3
Tints of Baby Blue #6DFFF3
RGB
CMYK
RGB Variations
Color information
#6DFFF3 (or 0x6DFFF3) is known color: Baby Blue. HEX triplet: 6D, FF and F3. RGB value is (109,255,243). Sum of RGB (Red+Green+Blue) = 109+255+243=607 (80% of max value = 765). Red value is 109 (42.97% from 255 or 17.96% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFFF3 is #92000C. Grayscale: #D1D1D1. Windows color (decimal): -9568269 or 15990637. OLE color: 15990637.
HSL color Cylindrical-coordinate representation of color #6DFFF3: hue angle of 175.07º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFFF3 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 243 | - |
| CMYK | 0.57 | 0 | 0.05 | 0 |
| HSL | 175.07º | 1% | 0.71% | - |
| HSV(B) | 175.07º | 0.57% | 1% | - |
| XYZ | 58.24 | 81.24 | 97.41 | - |
| YUV | 209.98 | 146.63 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 243 | 0.57 | 0 | 0.05 | 0 | 175.07 | 1 | 0.71 |
| Hex | 6D | FF | F3 | 39 | 0 | 5 | 0 | AF | 64 | 47 |
| Octal | 155 | 377 | 363 | 71 | 0 | 5 | 0 | 257 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11110011 | 111001 | 0 | 101 | 0 | 10101111 | 1100100 | 1000111 |
Color Harmonies of #6DFFF3
Complementary color
Monochromatic Colors of #6DFFF3
Black with #6DFFF3
Text Example
Text Example
White with #6DFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFF3; }
p { color: rgb(109,255,243); }
H1.HeaderClassName
{
color: #6DFFF3;
}
.AnyTagClassName
{
color: #6DFFF3;
}
</style>
background-color css
<style>
a { background-color: #6DFFF3; }
a { background-color: rgb(109,255,243); }
div.DivClassName
{
background-color: #6DFFF3;
}
.BgClassName
{
background-color: #6DFFF3;
}
</style>
border-color css
<style>
span { border-color: #6DFFF3; }
span { border-color: rgb(109,255,243); }
td.TdClassName
{
border-color: #6DFFF3;
}
.TagClassName
{
border-color: #6DFFF3;
}
</style>