Shades of Cornflower Blue #6DAAFC
Tints of Cornflower Blue #6DAAFC
RGB
CMYK
RGB Variations
Color information
#6DAAFC (or 0x6DAAFC) is known color: Cornflower Blue. HEX triplet: 6D, AA and FC. RGB value is (109,170,252). Sum of RGB (Red+Green+Blue) = 109+170+252=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAAFC is #925503. Grayscale: #A0A0A0. Windows color (decimal): -9590020 or 16558701. OLE color: 16558701.
HSL color Cylindrical-coordinate representation of color #6DAAFC: hue angle of 214.41º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DAAFC is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 170 | 252 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.01 |
| HSL | 214.41º | 0.96% | 0.71% | - |
| HSV(B) | 214.41º | 0.57% | 0.99% | - |
| XYZ | 38.25 | 39.03 | 97.61 | - |
| YUV | 161.11 | 179.29 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 252 | 0.57 | 0.33 | 0 | 0.01 | 214.41 | 0.96 | 0.71 |
| Hex | 6D | AA | FC | 39 | 21 | 0 | 1 | D6 | 60 | 47 |
| Octal | 155 | 252 | 374 | 71 | 41 | 0 | 1 | 326 | 140 | 107 |
| Binary | 1101101 | 10101010 | 11111100 | 111001 | 100001 | 0 | 1 | 11010110 | 1100000 | 1000111 |
Color Harmonies of #6DAAFC
Complementary color
Monochromatic Colors of #6DAAFC
Black with #6DAAFC
Text Example
Text Example
White with #6DAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAAFC; }
p { color: rgb(109,170,252); }
H1.HeaderClassName
{
color: #6DAAFC;
}
.AnyTagClassName
{
color: #6DAAFC;
}
</style>
background-color css
<style>
a { background-color: #6DAAFC; }
a { background-color: rgb(109,170,252); }
div.DivClassName
{
background-color: #6DAAFC;
}
.BgClassName
{
background-color: #6DAAFC;
}
</style>
border-color css
<style>
span { border-color: #6DAAFC; }
span { border-color: rgb(109,170,252); }
td.TdClassName
{
border-color: #6DAAFC;
}
.TagClassName
{
border-color: #6DAAFC;
}
</style>