Shades of Cornflower Blue #679FDF
Tints of Cornflower Blue #679FDF
RGB
CMYK
RGB Variations
Color information
#679FDF (or 0x679FDF) is known color: Cornflower Blue. HEX triplet: 67, 9F and DF. RGB value is (103,159,223). Sum of RGB (Red+Green+Blue) = 103+159+223=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #679FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679FDF is #986020. Grayscale: #959595. Windows color (decimal): -9986081 or 14655335. OLE color: 14655335.
HSL color Cylindrical-coordinate representation of color #679FDF: hue angle of 212º 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 #679FDF is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 159 | 223 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.13 |
| HSL | 212º | 0.65% | 0.64% | - |
| HSV(B) | 212º | 0.54% | 0.87% | - |
| XYZ | 31.31 | 33.01 | 74.53 | - |
| YUV | 149.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 223 | 0.54 | 0.29 | 0 | 0.13 | 212 | 0.65 | 0.64 |
| Hex | 67 | 9F | DF | 36 | 1D | 0 | D | D4 | 41 | 40 |
| Octal | 147 | 237 | 337 | 66 | 35 | 0 | 15 | 324 | 101 | 100 |
| Binary | 1100111 | 10011111 | 11011111 | 110110 | 11101 | 0 | 1101 | 11010100 | 1000001 | 1000000 |
Color Harmonies of #679FDF
Complementary color
Monochromatic Colors of #679FDF
Black with #679FDF
Text Example
Text Example
White with #679FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679FDF; }
p { color: rgb(103,159,223); }
H1.HeaderClassName
{
color: #679FDF;
}
.AnyTagClassName
{
color: #679FDF;
}
</style>
background-color css
<style>
a { background-color: #679FDF; }
a { background-color: rgb(103,159,223); }
div.DivClassName
{
background-color: #679FDF;
}
.BgClassName
{
background-color: #679FDF;
}
</style>
border-color css
<style>
span { border-color: #679FDF; }
span { border-color: rgb(103,159,223); }
td.TdClassName
{
border-color: #679FDF;
}
.TagClassName
{
border-color: #679FDF;
}
</style>