Shades of Cornflower Blue #6B84DD
Tints of Cornflower Blue #6B84DD
RGB
CMYK
RGB Variations
Color information
#6B84DD (or 0x6B84DD) is known color: Cornflower Blue. HEX triplet: 6B, 84 and DD. RGB value is (107,132,221). Sum of RGB (Red+Green+Blue) = 107+132+221=460 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.26% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B84DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B84DD is #947B22. Grayscale: #868686. Windows color (decimal): -9730851 or 14517355. OLE color: 14517355.
HSL color Cylindrical-coordinate representation of color #6B84DD: hue angle of 226.84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B84DD is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 132 | 221 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.13 |
| HSL | 226.84º | 0.63% | 0.64% | - |
| HSV(B) | 226.84º | 0.52% | 0.87% | - |
| XYZ | 27.37 | 24.85 | 71.76 | - |
| YUV | 134.67 | 176.72 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 221 | 0.52 | 0.40 | 0 | 0.13 | 226.84 | 0.63 | 0.64 |
| Hex | 6B | 84 | DD | 34 | 28 | 0 | D | E3 | 3F | 40 |
| Octal | 153 | 204 | 335 | 64 | 50 | 0 | 15 | 343 | 77 | 100 |
| Binary | 1101011 | 10000100 | 11011101 | 110100 | 101000 | 0 | 1101 | 11100011 | 111111 | 1000000 |
Color Harmonies of #6B84DD
Complementary color
Monochromatic Colors of #6B84DD
Black with #6B84DD
Text Example
Text Example
White with #6B84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B84DD; }
p { color: rgb(107,132,221); }
H1.HeaderClassName
{
color: #6B84DD;
}
.AnyTagClassName
{
color: #6B84DD;
}
</style>
background-color css
<style>
a { background-color: #6B84DD; }
a { background-color: rgb(107,132,221); }
div.DivClassName
{
background-color: #6B84DD;
}
.BgClassName
{
background-color: #6B84DD;
}
</style>
border-color css
<style>
span { border-color: #6B84DD; }
span { border-color: rgb(107,132,221); }
td.TdClassName
{
border-color: #6B84DD;
}
.TagClassName
{
border-color: #6B84DD;
}
</style>