Shades of Cornflower Blue #678CEB
Tints of Cornflower Blue #678CEB
RGB
CMYK
RGB Variations
Color information
#678CEB (or 0x678CEB) is known color: Cornflower Blue. HEX triplet: 67, 8C and EB. RGB value is (103,140,235). Sum of RGB (Red+Green+Blue) = 103+140+235=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #678CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #678CEB is #987314. Grayscale: #8B8B8B. Windows color (decimal): -9990933 or 15436903. OLE color: 15436903.
HSL color Cylindrical-coordinate representation of color #678CEB: hue angle of 223.18º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #678CEB is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 140 | 235 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.08 |
| HSL | 223.18º | 0.77% | 0.66% | - |
| HSV(B) | 223.18º | 0.56% | 0.92% | - |
| XYZ | 29.97 | 27.64 | 82.35 | - |
| YUV | 139.77 | 181.74 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 235 | 0.56 | 0.40 | 0 | 0.08 | 223.18 | 0.77 | 0.66 |
| Hex | 67 | 8C | EB | 38 | 28 | 0 | 8 | DF | 4D | 42 |
| Octal | 147 | 214 | 353 | 70 | 50 | 0 | 10 | 337 | 115 | 102 |
| Binary | 1100111 | 10001100 | 11101011 | 111000 | 101000 | 0 | 1000 | 11011111 | 1001101 | 1000010 |
Color Harmonies of #678CEB
Complementary color
Monochromatic Colors of #678CEB
Black with #678CEB
Text Example
Text Example
White with #678CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CEB; }
p { color: rgb(103,140,235); }
H1.HeaderClassName
{
color: #678CEB;
}
.AnyTagClassName
{
color: #678CEB;
}
</style>
background-color css
<style>
a { background-color: #678CEB; }
a { background-color: rgb(103,140,235); }
div.DivClassName
{
background-color: #678CEB;
}
.BgClassName
{
background-color: #678CEB;
}
</style>
border-color css
<style>
span { border-color: #678CEB; }
span { border-color: rgb(103,140,235); }
td.TdClassName
{
border-color: #678CEB;
}
.TagClassName
{
border-color: #678CEB;
}
</style>