Shades of Cornflower Blue #6D89FF
Tints of Cornflower Blue #6D89FF
RGB
CMYK
RGB Variations
Color information
#6D89FF (or 0x6D89FF) is known color: Cornflower Blue. HEX triplet: 6D, 89 and FF. RGB value is (109,137,255). Sum of RGB (Red+Green+Blue) = 109+137+255=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D89FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D89FF is #927600. Grayscale: #8D8D8D. Windows color (decimal): -9598465 or 16746861. OLE color: 16746861.
HSL color Cylindrical-coordinate representation of color #6D89FF: hue angle of 228.49º 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 #6D89FF is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 137 | 255 | - |
| CMYK | 0.57 | 0.46 | 0 | 0 |
| HSL | 228.49º | 1% | 0.71% | - |
| HSV(B) | 228.49º | 0.57% | 1% | - |
| XYZ | 33.3 | 28.36 | 98.33 | - |
| YUV | 142.08 | 191.72 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 137 | 255 | 0.57 | 0.46 | 0 | 0 | 228.49 | 1 | 0.71 |
| Hex | 6D | 89 | FF | 39 | 2E | 0 | 0 | E4 | 64 | 47 |
| Octal | 155 | 211 | 377 | 71 | 56 | 0 | 0 | 344 | 144 | 107 |
| Binary | 1101101 | 10001001 | 11111111 | 111001 | 101110 | 0 | 0 | 11100100 | 1100100 | 1000111 |
Color Harmonies of #6D89FF
Complementary color
Monochromatic Colors of #6D89FF
Black with #6D89FF
Text Example
Text Example
White with #6D89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D89FF; }
p { color: rgb(109,137,255); }
H1.HeaderClassName
{
color: #6D89FF;
}
.AnyTagClassName
{
color: #6D89FF;
}
</style>
background-color css
<style>
a { background-color: #6D89FF; }
a { background-color: rgb(109,137,255); }
div.DivClassName
{
background-color: #6D89FF;
}
.BgClassName
{
background-color: #6D89FF;
}
</style>
border-color css
<style>
span { border-color: #6D89FF; }
span { border-color: rgb(109,137,255); }
td.TdClassName
{
border-color: #6D89FF;
}
.TagClassName
{
border-color: #6D89FF;
}
</style>