Shades of Cornflower Blue #679ADF
Tints of Cornflower Blue #679ADF
RGB
CMYK
RGB Variations
Color information
#679ADF (or 0x679ADF) is known color: Cornflower Blue. HEX triplet: 67, 9A and DF. RGB value is (103,154,223). Sum of RGB (Red+Green+Blue) = 103+154+223=480 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.46% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #679ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679ADF is #986520. Grayscale: #929292. Windows color (decimal): -9987361 or 14654055. OLE color: 14654055.
HSL color Cylindrical-coordinate representation of color #679ADF: hue angle of 214.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 #679ADF is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 154 | 223 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.13 |
| HSL | 214.5º | 0.65% | 0.64% | - |
| HSV(B) | 214.5º | 0.54% | 0.87% | - |
| XYZ | 30.47 | 31.32 | 74.25 | - |
| YUV | 146.62 | 171.1 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 223 | 0.54 | 0.31 | 0 | 0.13 | 214.5 | 0.65 | 0.64 |
| Hex | 67 | 9A | DF | 36 | 1F | 0 | D | D6 | 41 | 40 |
| Octal | 147 | 232 | 337 | 66 | 37 | 0 | 15 | 326 | 101 | 100 |
| Binary | 1100111 | 10011010 | 11011111 | 110110 | 11111 | 0 | 1101 | 11010110 | 1000001 | 1000000 |
Color Harmonies of #679ADF
Complementary color
Monochromatic Colors of #679ADF
Black with #679ADF
Text Example
Text Example
White with #679ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679ADF; }
p { color: rgb(103,154,223); }
H1.HeaderClassName
{
color: #679ADF;
}
.AnyTagClassName
{
color: #679ADF;
}
</style>
background-color css
<style>
a { background-color: #679ADF; }
a { background-color: rgb(103,154,223); }
div.DivClassName
{
background-color: #679ADF;
}
.BgClassName
{
background-color: #679ADF;
}
</style>
border-color css
<style>
span { border-color: #679ADF; }
span { border-color: rgb(103,154,223); }
td.TdClassName
{
border-color: #679ADF;
}
.TagClassName
{
border-color: #679ADF;
}
</style>