Shades of Cornflower Blue #678CFA
Tints of Cornflower Blue #678CFA
RGB
CMYK
RGB Variations
Color information
#678CFA (or 0x678CFA) is known color: Cornflower Blue. HEX triplet: 67, 8C and FA. RGB value is (103,140,250). Sum of RGB (Red+Green+Blue) = 103+140+250=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #678CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #678CFA is #987305. Grayscale: #8D8D8D. Windows color (decimal): -9990918 or 16419943. OLE color: 16419943.
HSL color Cylindrical-coordinate representation of color #678CFA: hue angle of 224.9º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #678CFA is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 140 | 250 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.02 |
| HSL | 224.9º | 0.94% | 0.69% | - |
| HSV(B) | 224.9º | 0.59% | 0.98% | - |
| XYZ | 32.23 | 28.54 | 94.25 | - |
| YUV | 141.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 250 | 0.59 | 0.44 | 0 | 0.02 | 224.9 | 0.94 | 0.69 |
| Hex | 67 | 8C | FA | 3B | 2C | 0 | 2 | E1 | 5E | 45 |
| Octal | 147 | 214 | 372 | 73 | 54 | 0 | 2 | 341 | 136 | 105 |
| Binary | 1100111 | 10001100 | 11111010 | 111011 | 101100 | 0 | 10 | 11100001 | 1011110 | 1000101 |
Color Harmonies of #678CFA
Complementary color
Monochromatic Colors of #678CFA
Black with #678CFA
Text Example
Text Example
White with #678CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CFA; }
p { color: rgb(103,140,250); }
H1.HeaderClassName
{
color: #678CFA;
}
.AnyTagClassName
{
color: #678CFA;
}
</style>
background-color css
<style>
a { background-color: #678CFA; }
a { background-color: rgb(103,140,250); }
div.DivClassName
{
background-color: #678CFA;
}
.BgClassName
{
background-color: #678CFA;
}
</style>
border-color css
<style>
span { border-color: #678CFA; }
span { border-color: rgb(103,140,250); }
td.TdClassName
{
border-color: #678CFA;
}
.TagClassName
{
border-color: #678CFA;
}
</style>