Shades of Cornflower Blue #678CFB
Tints of Cornflower Blue #678CFB
RGB
CMYK
RGB Variations
Color information
#678CFB (or 0x678CFB) is known color: Cornflower Blue. HEX triplet: 67, 8C and FB. RGB value is (103,140,251). Sum of RGB (Red+Green+Blue) = 103+140+251=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #678CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #678CFB is #987304. Grayscale: #8D8D8D. Windows color (decimal): -9990917 or 16485479. OLE color: 16485479.
HSL color Cylindrical-coordinate representation of color #678CFB: hue angle of 225º degrees, saturation: 0.95, 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 #678CFB is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 140 | 251 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.02 |
| HSL | 225º | 0.95% | 0.69% | - |
| HSV(B) | 225º | 0.59% | 0.98% | - |
| XYZ | 32.38 | 28.6 | 95.08 | - |
| YUV | 141.59 | 189.74 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 251 | 0.59 | 0.44 | 0 | 0.02 | 225 | 0.95 | 0.69 |
| Hex | 67 | 8C | FB | 3B | 2C | 0 | 2 | E1 | 5F | 45 |
| Octal | 147 | 214 | 373 | 73 | 54 | 0 | 2 | 341 | 137 | 105 |
| Binary | 1100111 | 10001100 | 11111011 | 111011 | 101100 | 0 | 10 | 11100001 | 1011111 | 1000101 |
Color Harmonies of #678CFB
Complementary color
Monochromatic Colors of #678CFB
Black with #678CFB
Text Example
Text Example
White with #678CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CFB; }
p { color: rgb(103,140,251); }
H1.HeaderClassName
{
color: #678CFB;
}
.AnyTagClassName
{
color: #678CFB;
}
</style>
background-color css
<style>
a { background-color: #678CFB; }
a { background-color: rgb(103,140,251); }
div.DivClassName
{
background-color: #678CFB;
}
.BgClassName
{
background-color: #678CFB;
}
</style>
border-color css
<style>
span { border-color: #678CFB; }
span { border-color: rgb(103,140,251); }
td.TdClassName
{
border-color: #678CFB;
}
.TagClassName
{
border-color: #678CFB;
}
</style>