Shades of Cornflower Blue #678CF0
Tints of Cornflower Blue #678CF0
RGB
CMYK
RGB Variations
Color information
#678CF0 (or 0x678CF0) is known color: Cornflower Blue. HEX triplet: 67, 8C and F0. RGB value is (103,140,240). Sum of RGB (Red+Green+Blue) = 103+140+240=483 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.33% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #678CF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #678CF0 is #98730F. Grayscale: #8B8B8B. Windows color (decimal): -9990928 or 15764583. OLE color: 15764583.
HSL color Cylindrical-coordinate representation of color #678CF0: hue angle of 223.8º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #678CF0 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 140 | 240 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.06 |
| HSL | 223.8º | 0.82% | 0.67% | - |
| HSV(B) | 223.8º | 0.57% | 0.94% | - |
| XYZ | 30.7 | 27.93 | 86.21 | - |
| YUV | 140.34 | 184.24 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 240 | 0.57 | 0.42 | 0 | 0.06 | 223.8 | 0.82 | 0.67 |
| Hex | 67 | 8C | F0 | 39 | 2A | 0 | 6 | E0 | 52 | 43 |
| Octal | 147 | 214 | 360 | 71 | 52 | 0 | 6 | 340 | 122 | 103 |
| Binary | 1100111 | 10001100 | 11110000 | 111001 | 101010 | 0 | 110 | 11100000 | 1010010 | 1000011 |
Color Harmonies of #678CF0
Complementary color
Monochromatic Colors of #678CF0
Black with #678CF0
Text Example
Text Example
White with #678CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CF0; }
p { color: rgb(103,140,240); }
H1.HeaderClassName
{
color: #678CF0;
}
.AnyTagClassName
{
color: #678CF0;
}
</style>
background-color css
<style>
a { background-color: #678CF0; }
a { background-color: rgb(103,140,240); }
div.DivClassName
{
background-color: #678CF0;
}
.BgClassName
{
background-color: #678CF0;
}
</style>
border-color css
<style>
span { border-color: #678CF0; }
span { border-color: rgb(103,140,240); }
td.TdClassName
{
border-color: #678CF0;
}
.TagClassName
{
border-color: #678CF0;
}
</style>