Shades of Cornflower Blue #6DA1FE
Tints of Cornflower Blue #6DA1FE
RGB
CMYK
RGB Variations
Color information
#6DA1FE (or 0x6DA1FE) is known color: Cornflower Blue. HEX triplet: 6D, A1 and FE. RGB value is (109,161,254). Sum of RGB (Red+Green+Blue) = 109+161+254=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DA1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA1FE is #925E01. Grayscale: #9B9B9B. Windows color (decimal): -9592322 or 16687469. OLE color: 16687469.
HSL color Cylindrical-coordinate representation of color #6DA1FE: hue angle of 218.48º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DA1FE is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 161 | 254 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.00 |
| HSL | 218.48º | 0.99% | 0.71% | - |
| HSV(B) | 218.48º | 0.57% | 1% | - |
| XYZ | 36.94 | 35.9 | 98.75 | - |
| YUV | 156.05 | 183.27 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 161 | 254 | 0.57 | 0.37 | 0 | 0.00 | 218.48 | 0.99 | 0.71 |
| Hex | 6D | A1 | FE | 39 | 25 | 0 | 0 | DA | 63 | 47 |
| Octal | 155 | 241 | 376 | 71 | 45 | 0 | 0 | 332 | 143 | 107 |
| Binary | 1101101 | 10100001 | 11111110 | 111001 | 100101 | 0 | 0 | 11011010 | 1100011 | 1000111 |
Color Harmonies of #6DA1FE
Complementary color
Monochromatic Colors of #6DA1FE
Black with #6DA1FE
Text Example
Text Example
White with #6DA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA1FE; }
p { color: rgb(109,161,254); }
H1.HeaderClassName
{
color: #6DA1FE;
}
.AnyTagClassName
{
color: #6DA1FE;
}
</style>
background-color css
<style>
a { background-color: #6DA1FE; }
a { background-color: rgb(109,161,254); }
div.DivClassName
{
background-color: #6DA1FE;
}
.BgClassName
{
background-color: #6DA1FE;
}
</style>
border-color css
<style>
span { border-color: #6DA1FE; }
span { border-color: rgb(109,161,254); }
td.TdClassName
{
border-color: #6DA1FE;
}
.TagClassName
{
border-color: #6DA1FE;
}
</style>