Shades of Cornflower Blue #6D92FD
Tints of Cornflower Blue #6D92FD
RGB
CMYK
RGB Variations
Color information
#6D92FD (or 0x6D92FD) is known color: Cornflower Blue. HEX triplet: 6D, 92 and FD. RGB value is (109,146,253). Sum of RGB (Red+Green+Blue) = 109+146+253=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D92FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D92FD is #926D02. Grayscale: #929292. Windows color (decimal): -9596163 or 16618093. OLE color: 16618093.
HSL color Cylindrical-coordinate representation of color #6D92FD: hue angle of 224.58º degrees, saturation: 0.97, 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 #6D92FD is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 146 | 253 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.01 |
| HSL | 224.58º | 0.97% | 0.71% | - |
| HSV(B) | 224.58º | 0.57% | 0.99% | - |
| XYZ | 34.32 | 30.9 | 97.08 | - |
| YUV | 147.14 | 187.74 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 146 | 253 | 0.57 | 0.42 | 0 | 0.01 | 224.58 | 0.97 | 0.71 |
| Hex | 6D | 92 | FD | 39 | 2A | 0 | 1 | E1 | 61 | 47 |
| Octal | 155 | 222 | 375 | 71 | 52 | 0 | 1 | 341 | 141 | 107 |
| Binary | 1101101 | 10010010 | 11111101 | 111001 | 101010 | 0 | 1 | 11100001 | 1100001 | 1000111 |
Color Harmonies of #6D92FD
Complementary color
Monochromatic Colors of #6D92FD
Black with #6D92FD
Text Example
Text Example
White with #6D92FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D92FD; }
p { color: rgb(109,146,253); }
H1.HeaderClassName
{
color: #6D92FD;
}
.AnyTagClassName
{
color: #6D92FD;
}
</style>
background-color css
<style>
a { background-color: #6D92FD; }
a { background-color: rgb(109,146,253); }
div.DivClassName
{
background-color: #6D92FD;
}
.BgClassName
{
background-color: #6D92FD;
}
</style>
border-color css
<style>
span { border-color: #6D92FD; }
span { border-color: rgb(109,146,253); }
td.TdClassName
{
border-color: #6D92FD;
}
.TagClassName
{
border-color: #6D92FD;
}
</style>