Shades of Cornflower Blue #678AD6
Tints of Cornflower Blue #678AD6
RGB
CMYK
RGB Variations
Color information
#678AD6 (or 0x678AD6) is known color: Cornflower Blue. HEX triplet: 67, 8A and D6. RGB value is (103,138,214). Sum of RGB (Red+Green+Blue) = 103+138+214=455 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.64% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #678AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678AD6 is #987529. Grayscale: #878787. Windows color (decimal): -9991466 or 14060135. OLE color: 14060135.
HSL color Cylindrical-coordinate representation of color #678AD6: hue angle of 221.08º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #678AD6 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 138 | 214 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.16 |
| HSL | 221.08º | 0.58% | 0.62% | - |
| HSV(B) | 221.08º | 0.52% | 0.84% | - |
| XYZ | 26.82 | 25.92 | 67.21 | - |
| YUV | 136.2 | 171.9 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 214 | 0.52 | 0.36 | 0 | 0.16 | 221.08 | 0.58 | 0.62 |
| Hex | 67 | 8A | D6 | 34 | 24 | 0 | 10 | DD | 3A | 3E |
| Octal | 147 | 212 | 326 | 64 | 44 | 0 | 20 | 335 | 72 | 76 |
| Binary | 1100111 | 10001010 | 11010110 | 110100 | 100100 | 0 | 10000 | 11011101 | 111010 | 111110 |
Color Harmonies of #678AD6
Complementary color
Monochromatic Colors of #678AD6
Black with #678AD6
Text Example
Text Example
White with #678AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678AD6; }
p { color: rgb(103,138,214); }
H1.HeaderClassName
{
color: #678AD6;
}
.AnyTagClassName
{
color: #678AD6;
}
</style>
background-color css
<style>
a { background-color: #678AD6; }
a { background-color: rgb(103,138,214); }
div.DivClassName
{
background-color: #678AD6;
}
.BgClassName
{
background-color: #678AD6;
}
</style>
border-color css
<style>
span { border-color: #678AD6; }
span { border-color: rgb(103,138,214); }
td.TdClassName
{
border-color: #678AD6;
}
.TagClassName
{
border-color: #678AD6;
}
</style>