Shades of Cornflower Blue #6D9BDE
Tints of Cornflower Blue #6D9BDE
RGB
CMYK
RGB Variations
Color information
#6D9BDE (or 0x6D9BDE) is known color: Cornflower Blue. HEX triplet: 6D, 9B and DE. RGB value is (109,155,222). Sum of RGB (Red+Green+Blue) = 109+155+222=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D9BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9BDE is #926421. Grayscale: #949494. Windows color (decimal): -9593890 or 14588781. OLE color: 14588781.
HSL color Cylindrical-coordinate representation of color #6D9BDE: hue angle of 215.58º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D9BDE is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 155 | 222 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.13 |
| HSL | 215.58º | 0.63% | 0.65% | - |
| HSV(B) | 215.58º | 0.51% | 0.87% | - |
| XYZ | 31.21 | 31.97 | 73.63 | - |
| YUV | 148.88 | 169.26 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 155 | 222 | 0.51 | 0.30 | 0 | 0.13 | 215.58 | 0.63 | 0.65 |
| Hex | 6D | 9B | DE | 33 | 1E | 0 | D | D8 | 3F | 41 |
| Octal | 155 | 233 | 336 | 63 | 36 | 0 | 15 | 330 | 77 | 101 |
| Binary | 1101101 | 10011011 | 11011110 | 110011 | 11110 | 0 | 1101 | 11011000 | 111111 | 1000001 |
Color Harmonies of #6D9BDE
Complementary color
Monochromatic Colors of #6D9BDE
Black with #6D9BDE
Text Example
Text Example
White with #6D9BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9BDE; }
p { color: rgb(109,155,222); }
H1.HeaderClassName
{
color: #6D9BDE;
}
.AnyTagClassName
{
color: #6D9BDE;
}
</style>
background-color css
<style>
a { background-color: #6D9BDE; }
a { background-color: rgb(109,155,222); }
div.DivClassName
{
background-color: #6D9BDE;
}
.BgClassName
{
background-color: #6D9BDE;
}
</style>
border-color css
<style>
span { border-color: #6D9BDE; }
span { border-color: rgb(109,155,222); }
td.TdClassName
{
border-color: #6D9BDE;
}
.TagClassName
{
border-color: #6D9BDE;
}
</style>