Shades of Cornflower Blue #678AD7
Tints of Cornflower Blue #678AD7
RGB
CMYK
RGB Variations
Color information
#678AD7 (or 0x678AD7) is known color: Cornflower Blue. HEX triplet: 67, 8A and D7. RGB value is (103,138,215). Sum of RGB (Red+Green+Blue) = 103+138+215=456 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.59% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #678AD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678AD7 is #987528. Grayscale: #878787. Windows color (decimal): -9991465 or 14125671. OLE color: 14125671.
HSL color Cylindrical-coordinate representation of color #678AD7: hue angle of 221.25º 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 #678AD7 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 138 | 215 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.16 |
| HSL | 221.25º | 0.58% | 0.62% | - |
| HSV(B) | 221.25º | 0.52% | 0.84% | - |
| XYZ | 26.95 | 25.97 | 67.88 | - |
| YUV | 136.31 | 172.4 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 215 | 0.52 | 0.36 | 0 | 0.16 | 221.25 | 0.58 | 0.62 |
| Hex | 67 | 8A | D7 | 34 | 24 | 0 | 10 | DD | 3A | 3E |
| Octal | 147 | 212 | 327 | 64 | 44 | 0 | 20 | 335 | 72 | 76 |
| Binary | 1100111 | 10001010 | 11010111 | 110100 | 100100 | 0 | 10000 | 11011101 | 111010 | 111110 |
Color Harmonies of #678AD7
Complementary color
Monochromatic Colors of #678AD7
Black with #678AD7
Text Example
Text Example
White with #678AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678AD7; }
p { color: rgb(103,138,215); }
H1.HeaderClassName
{
color: #678AD7;
}
.AnyTagClassName
{
color: #678AD7;
}
</style>
background-color css
<style>
a { background-color: #678AD7; }
a { background-color: rgb(103,138,215); }
div.DivClassName
{
background-color: #678AD7;
}
.BgClassName
{
background-color: #678AD7;
}
</style>
border-color css
<style>
span { border-color: #678AD7; }
span { border-color: rgb(103,138,215); }
td.TdClassName
{
border-color: #678AD7;
}
.TagClassName
{
border-color: #678AD7;
}
</style>