Shades of Cornflower Blue #6B8FDE
Tints of Cornflower Blue #6B8FDE
RGB
CMYK
RGB Variations
Color information
#6B8FDE (or 0x6B8FDE) is known color: Cornflower Blue. HEX triplet: 6B, 8F and DE. RGB value is (107,143,222). Sum of RGB (Red+Green+Blue) = 107+143+222=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B8FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8FDE is #947021. Grayscale: #8C8C8C. Windows color (decimal): -9728034 or 14585707. OLE color: 14585707.
HSL color Cylindrical-coordinate representation of color #6B8FDE: hue angle of 221.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B8FDE is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 143 | 222 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.13 |
| HSL | 221.22º | 0.64% | 0.65% | - |
| HSV(B) | 221.22º | 0.52% | 0.87% | - |
| XYZ | 29.07 | 28.04 | 72.99 | - |
| YUV | 141.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 222 | 0.52 | 0.36 | 0 | 0.13 | 221.22 | 0.64 | 0.65 |
| Hex | 6B | 8F | DE | 34 | 24 | 0 | D | DD | 40 | 41 |
| Octal | 153 | 217 | 336 | 64 | 44 | 0 | 15 | 335 | 100 | 101 |
| Binary | 1101011 | 10001111 | 11011110 | 110100 | 100100 | 0 | 1101 | 11011101 | 1000000 | 1000001 |
Color Harmonies of #6B8FDE
Complementary color
Monochromatic Colors of #6B8FDE
Black with #6B8FDE
Text Example
Text Example
White with #6B8FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8FDE; }
p { color: rgb(107,143,222); }
H1.HeaderClassName
{
color: #6B8FDE;
}
.AnyTagClassName
{
color: #6B8FDE;
}
</style>
background-color css
<style>
a { background-color: #6B8FDE; }
a { background-color: rgb(107,143,222); }
div.DivClassName
{
background-color: #6B8FDE;
}
.BgClassName
{
background-color: #6B8FDE;
}
</style>
border-color css
<style>
span { border-color: #6B8FDE; }
span { border-color: rgb(107,143,222); }
td.TdClassName
{
border-color: #6B8FDE;
}
.TagClassName
{
border-color: #6B8FDE;
}
</style>