Shades of Cornflower Blue #6B8FDF
Tints of Cornflower Blue #6B8FDF
RGB
CMYK
RGB Variations
Color information
#6B8FDF (or 0x6B8FDF) is known color: Cornflower Blue. HEX triplet: 6B, 8F and DF. RGB value is (107,143,223). Sum of RGB (Red+Green+Blue) = 107+143+223=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B8FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8FDF is #947020. Grayscale: #8D8D8D. Windows color (decimal): -9728033 or 14651243. OLE color: 14651243.
HSL color Cylindrical-coordinate representation of color #6B8FDF: hue angle of 221.38º 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 #6B8FDF is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 143 | 223 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.13 |
| HSL | 221.38º | 0.64% | 0.65% | - |
| HSV(B) | 221.38º | 0.52% | 0.87% | - |
| XYZ | 29.21 | 28.1 | 73.7 | - |
| YUV | 141.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 223 | 0.52 | 0.36 | 0 | 0.13 | 221.38 | 0.64 | 0.65 |
| Hex | 6B | 8F | DF | 34 | 24 | 0 | D | DD | 40 | 41 |
| Octal | 153 | 217 | 337 | 64 | 44 | 0 | 15 | 335 | 100 | 101 |
| Binary | 1101011 | 10001111 | 11011111 | 110100 | 100100 | 0 | 1101 | 11011101 | 1000000 | 1000001 |
Color Harmonies of #6B8FDF
Complementary color
Monochromatic Colors of #6B8FDF
Black with #6B8FDF
Text Example
Text Example
White with #6B8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8FDF; }
p { color: rgb(107,143,223); }
H1.HeaderClassName
{
color: #6B8FDF;
}
.AnyTagClassName
{
color: #6B8FDF;
}
</style>
background-color css
<style>
a { background-color: #6B8FDF; }
a { background-color: rgb(107,143,223); }
div.DivClassName
{
background-color: #6B8FDF;
}
.BgClassName
{
background-color: #6B8FDF;
}
</style>
border-color css
<style>
span { border-color: #6B8FDF; }
span { border-color: rgb(107,143,223); }
td.TdClassName
{
border-color: #6B8FDF;
}
.TagClassName
{
border-color: #6B8FDF;
}
</style>