Shades of Cornflower Blue #6D9CFF
Tints of Cornflower Blue #6D9CFF
RGB
CMYK
RGB Variations
Color information
#6D9CFF (or 0x6D9CFF) is known color: Cornflower Blue. HEX triplet: 6D, 9C and FF. RGB value is (109,156,255). Sum of RGB (Red+Green+Blue) = 109+156+255=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D9CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9CFF is #926300. Grayscale: #989898. Windows color (decimal): -9593601 or 16751725. OLE color: 16751725.
HSL color Cylindrical-coordinate representation of color #6D9CFF: hue angle of 220.68º 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 #6D9CFF is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 156 | 255 | - |
| CMYK | 0.57 | 0.39 | 0 | 0 |
| HSL | 220.68º | 1% | 0.71% | - |
| HSV(B) | 220.68º | 0.57% | 1% | - |
| XYZ | 36.25 | 34.25 | 99.31 | - |
| YUV | 153.23 | 185.43 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 255 | 0.57 | 0.39 | 0 | 0 | 220.68 | 1 | 0.71 |
| Hex | 6D | 9C | FF | 39 | 27 | 0 | 0 | DD | 64 | 47 |
| Octal | 155 | 234 | 377 | 71 | 47 | 0 | 0 | 335 | 144 | 107 |
| Binary | 1101101 | 10011100 | 11111111 | 111001 | 100111 | 0 | 0 | 11011101 | 1100100 | 1000111 |
Color Harmonies of #6D9CFF
Complementary color
Monochromatic Colors of #6D9CFF
Black with #6D9CFF
Text Example
Text Example
White with #6D9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CFF; }
p { color: rgb(109,156,255); }
H1.HeaderClassName
{
color: #6D9CFF;
}
.AnyTagClassName
{
color: #6D9CFF;
}
</style>
background-color css
<style>
a { background-color: #6D9CFF; }
a { background-color: rgb(109,156,255); }
div.DivClassName
{
background-color: #6D9CFF;
}
.BgClassName
{
background-color: #6D9CFF;
}
</style>
border-color css
<style>
span { border-color: #6D9CFF; }
span { border-color: rgb(109,156,255); }
td.TdClassName
{
border-color: #6D9CFF;
}
.TagClassName
{
border-color: #6D9CFF;
}
</style>