Shades of Cornflower Blue #678CDF
Tints of Cornflower Blue #678CDF
RGB
CMYK
RGB Variations
Color information
#678CDF (or 0x678CDF) is known color: Cornflower Blue. HEX triplet: 67, 8C and DF. RGB value is (103,140,223). Sum of RGB (Red+Green+Blue) = 103+140+223=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #678CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678CDF is #987320. Grayscale: #8A8A8A. Windows color (decimal): -9990945 or 14650471. OLE color: 14650471.
HSL color Cylindrical-coordinate representation of color #678CDF: hue angle of 221.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #678CDF is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 140 | 223 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.13 |
| HSL | 221.5º | 0.65% | 0.64% | - |
| HSV(B) | 221.5º | 0.54% | 0.87% | - |
| XYZ | 28.29 | 26.97 | 73.53 | - |
| YUV | 138.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 223 | 0.54 | 0.37 | 0 | 0.13 | 221.5 | 0.65 | 0.64 |
| Hex | 67 | 8C | DF | 36 | 25 | 0 | D | DE | 41 | 40 |
| Octal | 147 | 214 | 337 | 66 | 45 | 0 | 15 | 336 | 101 | 100 |
| Binary | 1100111 | 10001100 | 11011111 | 110110 | 100101 | 0 | 1101 | 11011110 | 1000001 | 1000000 |
Color Harmonies of #678CDF
Complementary color
Monochromatic Colors of #678CDF
Black with #678CDF
Text Example
Text Example
White with #678CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CDF; }
p { color: rgb(103,140,223); }
H1.HeaderClassName
{
color: #678CDF;
}
.AnyTagClassName
{
color: #678CDF;
}
</style>
background-color css
<style>
a { background-color: #678CDF; }
a { background-color: rgb(103,140,223); }
div.DivClassName
{
background-color: #678CDF;
}
.BgClassName
{
background-color: #678CDF;
}
</style>
border-color css
<style>
span { border-color: #678CDF; }
span { border-color: rgb(103,140,223); }
td.TdClassName
{
border-color: #678CDF;
}
.TagClassName
{
border-color: #678CDF;
}
</style>