Shades of Cornflower Blue #679CDF
Tints of Cornflower Blue #679CDF
RGB
CMYK
RGB Variations
Color information
#679CDF (or 0x679CDF) is known color: Cornflower Blue. HEX triplet: 67, 9C and DF. RGB value is (103,156,223). Sum of RGB (Red+Green+Blue) = 103+156+223=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #679CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679CDF is #986320. Grayscale: #939393. Windows color (decimal): -9986849 or 14654567. OLE color: 14654567.
HSL color Cylindrical-coordinate representation of color #679CDF: hue angle of 213.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #679CDF is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 156 | 223 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.13 |
| HSL | 213.5º | 0.65% | 0.64% | - |
| HSV(B) | 213.5º | 0.54% | 0.87% | - |
| XYZ | 30.8 | 31.99 | 74.36 | - |
| YUV | 147.79 | 170.44 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 223 | 0.54 | 0.30 | 0 | 0.13 | 213.5 | 0.65 | 0.64 |
| Hex | 67 | 9C | DF | 36 | 1E | 0 | D | D6 | 41 | 40 |
| Octal | 147 | 234 | 337 | 66 | 36 | 0 | 15 | 326 | 101 | 100 |
| Binary | 1100111 | 10011100 | 11011111 | 110110 | 11110 | 0 | 1101 | 11010110 | 1000001 | 1000000 |
Color Harmonies of #679CDF
Complementary color
Monochromatic Colors of #679CDF
Black with #679CDF
Text Example
Text Example
White with #679CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679CDF; }
p { color: rgb(103,156,223); }
H1.HeaderClassName
{
color: #679CDF;
}
.AnyTagClassName
{
color: #679CDF;
}
</style>
background-color css
<style>
a { background-color: #679CDF; }
a { background-color: rgb(103,156,223); }
div.DivClassName
{
background-color: #679CDF;
}
.BgClassName
{
background-color: #679CDF;
}
</style>
border-color css
<style>
span { border-color: #679CDF; }
span { border-color: rgb(103,156,223); }
td.TdClassName
{
border-color: #679CDF;
}
.TagClassName
{
border-color: #679CDF;
}
</style>