Shades of Cornflower Blue #678BDC
Tints of Cornflower Blue #678BDC
RGB
CMYK
RGB Variations
Color information
#678BDC (or 0x678BDC) is known color: Cornflower Blue. HEX triplet: 67, 8B and DC. RGB value is (103,139,220). Sum of RGB (Red+Green+Blue) = 103+139+220=462 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.29% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #678BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678BDC is #987423. Grayscale: #898989. Windows color (decimal): -9991204 or 14453607. OLE color: 14453607.
HSL color Cylindrical-coordinate representation of color #678BDC: hue angle of 221.54º 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 #678BDC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 139 | 220 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.14 |
| HSL | 221.54º | 0.63% | 0.63% | - |
| HSV(B) | 221.54º | 0.53% | 0.86% | - |
| XYZ | 27.74 | 26.52 | 71.37 | - |
| YUV | 137.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 220 | 0.53 | 0.37 | 0 | 0.14 | 221.54 | 0.63 | 0.63 |
| Hex | 67 | 8B | DC | 35 | 25 | 0 | E | DE | 3F | 3F |
| Octal | 147 | 213 | 334 | 65 | 45 | 0 | 16 | 336 | 77 | 77 |
| Binary | 1100111 | 10001011 | 11011100 | 110101 | 100101 | 0 | 1110 | 11011110 | 111111 | 111111 |
Color Harmonies of #678BDC
Complementary color
Monochromatic Colors of #678BDC
Black with #678BDC
Text Example
Text Example
White with #678BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678BDC; }
p { color: rgb(103,139,220); }
H1.HeaderClassName
{
color: #678BDC;
}
.AnyTagClassName
{
color: #678BDC;
}
</style>
background-color css
<style>
a { background-color: #678BDC; }
a { background-color: rgb(103,139,220); }
div.DivClassName
{
background-color: #678BDC;
}
.BgClassName
{
background-color: #678BDC;
}
</style>
border-color css
<style>
span { border-color: #678BDC; }
span { border-color: rgb(103,139,220); }
td.TdClassName
{
border-color: #678BDC;
}
.TagClassName
{
border-color: #678BDC;
}
</style>