Shades of Cornflower Blue #678CDC
Tints of Cornflower Blue #678CDC
RGB
CMYK
RGB Variations
Color information
#678CDC (or 0x678CDC) is known color: Cornflower Blue. HEX triplet: 67, 8C and DC. RGB value is (103,140,220). Sum of RGB (Red+Green+Blue) = 103+140+220=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #678CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678CDC is #987323. Grayscale: #898989. Windows color (decimal): -9990948 or 14453863. OLE color: 14453863.
HSL color Cylindrical-coordinate representation of color #678CDC: hue angle of 221.03º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #678CDC is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 140 | 220 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.14 |
| HSL | 221.03º | 0.63% | 0.63% | - |
| HSV(B) | 221.03º | 0.53% | 0.86% | - |
| XYZ | 27.89 | 26.81 | 71.41 | - |
| YUV | 138.06 | 174.24 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 220 | 0.53 | 0.36 | 0 | 0.14 | 221.03 | 0.63 | 0.63 |
| Hex | 67 | 8C | DC | 35 | 24 | 0 | E | DD | 3F | 3F |
| Octal | 147 | 214 | 334 | 65 | 44 | 0 | 16 | 335 | 77 | 77 |
| Binary | 1100111 | 10001100 | 11011100 | 110101 | 100100 | 0 | 1110 | 11011101 | 111111 | 111111 |
Color Harmonies of #678CDC
Complementary color
Monochromatic Colors of #678CDC
Black with #678CDC
Text Example
Text Example
White with #678CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CDC; }
p { color: rgb(103,140,220); }
H1.HeaderClassName
{
color: #678CDC;
}
.AnyTagClassName
{
color: #678CDC;
}
</style>
background-color css
<style>
a { background-color: #678CDC; }
a { background-color: rgb(103,140,220); }
div.DivClassName
{
background-color: #678CDC;
}
.BgClassName
{
background-color: #678CDC;
}
</style>
border-color css
<style>
span { border-color: #678CDC; }
span { border-color: rgb(103,140,220); }
td.TdClassName
{
border-color: #678CDC;
}
.TagClassName
{
border-color: #678CDC;
}
</style>