Shades of Baby Blue #6DEDF6
Tints of Baby Blue #6DEDF6
RGB
CMYK
RGB Variations
Color information
#6DEDF6 (or 0x6DEDF6) is known color: Baby Blue. HEX triplet: 6D, ED and F6. RGB value is (109,237,246). Sum of RGB (Red+Green+Blue) = 109+237+246=592 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.41% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #6DEDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDF6 is #921209. Grayscale: #C7C7C7. Windows color (decimal): -9572874 or 16182637. OLE color: 16182637.
HSL color Cylindrical-coordinate representation of color #6DEDF6: hue angle of 183.94º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DEDF6 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 237 | 246 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.04 |
| HSL | 183.94º | 0.88% | 0.7% | - |
| HSV(B) | 183.94º | 0.56% | 0.96% | - |
| XYZ | 53.23 | 70.47 | 97.99 | - |
| YUV | 199.75 | 154.09 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 246 | 0.56 | 0.04 | 0 | 0.04 | 183.94 | 0.88 | 0.7 |
| Hex | 6D | ED | F6 | 38 | 4 | 0 | 4 | B8 | 58 | 46 |
| Octal | 155 | 355 | 366 | 70 | 4 | 0 | 4 | 270 | 130 | 106 |
| Binary | 1101101 | 11101101 | 11110110 | 111000 | 100 | 0 | 100 | 10111000 | 1011000 | 1000110 |
Color Harmonies of #6DEDF6
Complementary color
Monochromatic Colors of #6DEDF6
Black with #6DEDF6
Text Example
Text Example
White with #6DEDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDF6; }
p { color: rgb(109,237,246); }
H1.HeaderClassName
{
color: #6DEDF6;
}
.AnyTagClassName
{
color: #6DEDF6;
}
</style>
background-color css
<style>
a { background-color: #6DEDF6; }
a { background-color: rgb(109,237,246); }
div.DivClassName
{
background-color: #6DEDF6;
}
.BgClassName
{
background-color: #6DEDF6;
}
</style>
border-color css
<style>
span { border-color: #6DEDF6; }
span { border-color: rgb(109,237,246); }
td.TdClassName
{
border-color: #6DEDF6;
}
.TagClassName
{
border-color: #6DEDF6;
}
</style>