Shades of Cornflower Blue #6D89D5
Tints of Cornflower Blue #6D89D5
RGB
CMYK
RGB Variations
Color information
#6D89D5 (or 0x6D89D5) is known color: Cornflower Blue. HEX triplet: 6D, 89 and D5. RGB value is (109,137,213). Sum of RGB (Red+Green+Blue) = 109+137+213=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #6D89D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D89D5 is #92762A. Grayscale: #888888. Windows color (decimal): -9598507 or 13994349. OLE color: 13994349.
HSL color Cylindrical-coordinate representation of color #6D89D5: hue angle of 223.85º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D89D5 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 137 | 213 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.16 |
| HSL | 223.85º | 0.55% | 0.63% | - |
| HSV(B) | 223.85º | 0.49% | 0.84% | - |
| XYZ | 27.26 | 25.95 | 66.52 | - |
| YUV | 137.29 | 170.72 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 137 | 213 | 0.49 | 0.36 | 0 | 0.16 | 223.85 | 0.55 | 0.63 |
| Hex | 6D | 89 | D5 | 31 | 24 | 0 | 10 | E0 | 37 | 3F |
| Octal | 155 | 211 | 325 | 61 | 44 | 0 | 20 | 340 | 67 | 77 |
| Binary | 1101101 | 10001001 | 11010101 | 110001 | 100100 | 0 | 10000 | 11100000 | 110111 | 111111 |
Color Harmonies of #6D89D5
Complementary color
Monochromatic Colors of #6D89D5
Black with #6D89D5
Text Example
Text Example
White with #6D89D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D89D5; }
p { color: rgb(109,137,213); }
H1.HeaderClassName
{
color: #6D89D5;
}
.AnyTagClassName
{
color: #6D89D5;
}
</style>
background-color css
<style>
a { background-color: #6D89D5; }
a { background-color: rgb(109,137,213); }
div.DivClassName
{
background-color: #6D89D5;
}
.BgClassName
{
background-color: #6D89D5;
}
</style>
border-color css
<style>
span { border-color: #6D89D5; }
span { border-color: rgb(109,137,213); }
td.TdClassName
{
border-color: #6D89D5;
}
.TagClassName
{
border-color: #6D89D5;
}
</style>